Forum Discussion
KevinSlider
7 years agoQrew Trainee
You would have to create a looping automation, but be careful not to make an infinite loop!
I have been experimenting with looping automations, and they are tricky. I am trying hard to write the solution here, and I have failed multiple times.
Sometimes I have one automation that will kick off the loop, causing another automation to fire in a looping fashion until the conditions are met.
for instance, you can have a counter field, and every time the automation to clone the task fires, it takes the counter and adds 1 to it, triggering the next automation to clone the task, increment the counter by 1 until the counter equals the number of copies specified.
I have been experimenting with looping automations, and they are tricky. I am trying hard to write the solution here, and I have failed multiple times.
Sometimes I have one automation that will kick off the loop, causing another automation to fire in a looping fashion until the conditions are met.
for instance, you can have a counter field, and every time the automation to clone the task fires, it takes the counter and adds 1 to it, triggering the next automation to clone the task, increment the counter by 1 until the counter equals the number of copies specified.