I just pushed a version of my app live and ran a scheduled API workflow to create new records in a new database that requires concatenations of things already entered into the live system.
Unfortunately, I’ve managed to write a loop so this thing is adding more and more records to the database. I tried to use a cancel API workflow but I have no idea where to find the ID. This is what bubble’s help (if we can use that name for it) says
Cancel a scheduled API Workflow
This action cancels a scheduled workflow. The workflow is identified by the number returned by the scheduling action.
Scheduled API ID
Enter the ID, which will most likely be an expression, that contains the ID of the scheduled workflow to cancel.
But I can’t see any API ID - where can I find it before I’m swamped in data, please?