Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Re-entry into the ListRunner workflow, output created by the last workflow in the chain.

sspi1153
7 - Meteor

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.

 

sspi1153_0-1653297282575.png

So basically after the last WF will be done, how could I take the output and read it into this Workflow?

 

Thanks!

 

1 REPLY 1
Matt_D
9 - Comet

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 :)

Labels