So I have this:
* I contact support regarding this issue.
I found that due to unknown issue / too many api calls this automation paused for 10 hours, than run all at once (I guess it was filling up a queue) the issue is that it was all running simultaneously creating tons of duplicated data.
What Can I do to prevent this from happening ? I am using scripting. I did try to prevent using a flag "update record" but I could not find a way to make an extra condition where I already have the "
- If Records length >0 or Records length >0
And there is not grouping in here, should I work with the script to make the blocking ?