Hello Community,
I have created a conditional ListRunner workflow. I would like to take the output of the last workflow in the ListRunner chain and read it back into the ListRunner.
Normally, I would use a combination of macro and dynamic input to accomplish this. However, since I cannot set the final "Block Until Done", I am not sure how to ensure that the newly created output is read into the workflow. Here is a screenshot.
So basically after the last WF will be done, how could I take the output and read it into this Workflow?
Thanks!
Hi @sspi1153 not too much context here but I would write out the data to a temp / perm file then read it back in using a dynamic input.
Again I'm not to sure on exactly what you're trying to achieve, more so how the output looks and is engineered :)