I am working on an Alteryx process that I want to output different parts of the process to a single Excel file with multiple tabs. Occasionally I run into timing issues where a tab can not be written to because of file locking issues. I want to get around this issue by inserting a timing loop that will delay the process run for X number of seconds before continuing to the next step.
Is there an Alteryx tool that has this functionality?
Thanks in advance.