Hi,
Sharing something I'm doing, and looking for other people's thoughts, opinions, comments, ideas.
I have a workflow that runs every day at 7 AM and collects the WAN IPs from across my organisation using Meraki - Get Organisation Uplinks Statuses.
It then stores a copy of the results from this run in a global variable.
When it runs the next day again, it retrieves yesterday's run from the global variable, fetches the current uplink statuses via the API, and compares them. It compares the organisation's uplink status with yesterday's. Then sends off an email to let us know a site's WAN IP has changed.
So, I am using global variables to persistently store data between changes, a bit like a database.
So I am wondering if there is a better way? What are other people doing?
Suggestion - Could the workflow team add SQLite? lol