Hello,
Does anyone know how to use Bridge to dynamically collect the RowID from a parent workflow to use in a child workflow?
What I'm attempting to do is have a workflow run daily to look at a sheet and collect any rows with a checkmark for "due today". Then I want the workflow to only take specific data and build a JSON string using the string compose tool.
I can build the workflow to get the sheet and get the count of rows so the child only runs X number of times. But I can't seem to figure out how to dynamically pass the RowID or the array object to the child so the child workflow can pull the specific data out, compose a string, and save it. Each time the child runs the string would be amended with additional string data.
The big challenge for me there is figuring out how to dynamically pass the RowID or the array object to the child.
Thanks,
Brian