I’m trying to cancel 2 scheduled API workflows:
I’m getting this error:
I know I have the API workflow ID’s in the database:
Do I need to instead be using the ‘Cancel a list of scheduled API Workflows’? If so, how do I store the workflow IDs in the database so that action can parse them, because it can’t parse them when I just store them in a text field:
Do I have to create a separate data type just to store these IDs? I’d rather not. Thanks!