So, I think I’m stuck on the basics. I’m scraping the number of records from a website and storing it in the count variable. I want the automation to check on each run whether the current value is different from the stored count variable. How can I achieve this?
you will have to store your count variable someplace outside of your scenario. You could store it in a DataStore or maybe in Google Sheets.
Each time the scenario runs you could fetch the latest variable value from the data store or google sheets and compare it with the new value coming into the scenario.