Saving a List of Scheduled API Workflows on Parent Object

Likely a simple solution, but I’m a bit stumped.

I have a workflow that schedules an API workflow on a list of things (users). I would like to record each of the scheduled API workflow IDs on a single field on the Parent object. The purpose being to enable the User to delete the list of scheduled workflows.

I know how to do this with a single scheduled API workflow (ie. record results of Step #n on the Parent object in a text field). However, when I try similar logic on a list, no value(s) are captured. (I can confirm that the scheduled API workflows are being created). Possibly just a syntax issue?

What have you tried so far?

On a workflow action, generally to add to a list, would need to use :plus item. This returns a longer list.

Then you need to put that longer list somewhere to either view it or store it, so it needs to be in an action like “Change a database thing”, or “set data source for group”, or “set custom state”, for example.

This topic was automatically closed after 70 days. New replies are no longer allowed.