When running Studio with Wait and Resume, Create Action Activities and encounter random errors in the following activities, check the following:
- Variable Scope is at the Parallel For Each, if you’re using one.
- To troubleshoot at the activity level, use the simple trick of turning off the ContinueOnError property to identify the true error.
- As I mentioned in one of my previous post, use the same Extraction Result variable at Create Doc Action and Wait for validation action. Even though Auto Extraction Results is listed as an output property in the Wait and Resume activity, use the same variable.
Hope this is helpful for someone in the future!
Happy Automating!
PD