This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Early bird tickets for Inspire 2023 are now available! Discounted pricing closes on January 31st. Save your spot!
Dear Collegues
So I have a workflow which generates an output to doc file.
We came accross this business requirement: User runs the app-->generates docx ---->take a look at it ----> upload file thru API (we have working workflow which uploades file from location) .
Any idea what kind of approach we can take in order to implement that ? The goal is to implement that in one 'workstream', (so the user dont have to run the second workflow,pick the right file to upload) .
Thanks for help
BR
There is no way to do exactly what you want. The only idea that comes to mind is to have a delay in the workflow. After the delay, the workflow could check a specific location and see if a new document has been saved by the user. You could also look at a python solution inside Alteryx, but that would be more complicated.