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?