Referring to file created in prior automation/bot step

The file generation and upload is performed asynchronously, meaning the remainder of the bot’s process continues even as the generation and upload is in progress. The bot is never made aware when or even if the generation and upload succeeds. You could introduce a wait step in your bot that waits for the file column to get a value. My own experience with wait steps is mixed, so I wouldn’t expect it to work, but you could certainly give it a try.

2 Likes