Hello,
I have a simple flow that copies a template with the run command tool, when records are coming in it should execute the run command tool but when records are missing it should not do anything. But the issue is that the run command throws an error as soon as records are missing.
Any suggestions how to solve this?
Thanks in advance!
PH
Maybe try this:
If you don't like to work with macros, then you might try dynamically formulating the code that you pass to the Run Command based on the number of records.