Have a structured internal datastore to save data between executions and between workflows. Preferably there should also be a GUI for viewing and editing the data.
My use case:
I have needed this for all sorts of flows, especially monitoring changes in different APIs and webpages. It is not uncommon to want to run a scheduled workflow and save current data and then compare it in the next scheduled execution.
Any resources to support this?
A good example of how this can work is the data store in Make https://www.make.com/en/help/tools/data-store
Are you willing to work on this?
I can probably do some work on it but Im to unfamiliar with the code base to take lead