I’ve confirmed the parameters have been met for each of my tests but the bot doesn’t trigger. I went to the Automation Monitoring screen to see if I could find where its failing but I’m not seeing data for my tests either.
After much testing, I had to remove the Wait Condition to make it work again. I’m needing the “file_processing_id” field in the same row to not be blank before the final process executes. Is this condition not possible? If no, how do I ensure the previous steps in the bot complete before the final step (set_second_bc_record_values) executes?
The file_processing_id would be blank by default until step set_file_id is completed and then it would not be blank. Is why we would need the process to complete before the other steps would execute.
Daisy, did you ever figure this out? I am trying to use a Wait Condition for the first time. I think I am having an order of processing problem or maybe hitting an automatic timeout on the Wait? Not sure.
Unfortunately, no I removed the Wait Condition altogether and rearranged the bot to run other tasks before the main task - in a sense adding time to process. Sorry I couldn’t be of more help.