Hey there,
We are trying to set up generic actions for tasks that are similar. For instance, we’d like to have an action that
- Removes data from all runtime data sources.
- Closes current dialog.
This is fairly easy to set up, obviously. In an action, we just add a whole bunch of “Delete objects” tasks, one for each runtime source. However, this is not as dynamic as I would have liked.
In SQL, I would have used the sys views (e.g., sys.tables) to get information about all tables, and then run a loop over these tables. So if new tables are added, the process would automatically include the new tables.
Is there a way to do something similar in AppFarm?
Regards,
Mikkel