Well, I have not had a use case personally for this yet but if I had to do it I would have a simple field Count on the Data Type you want to make changes on and let’s say you want to repeat the workflow on this Thing 3 times:
- Have a default Count = 0
- Every time the workflows go through update the Count= Count+1
- Have condition that only runs the workflow if the Count is <= 3. (same condition on the scheduling action but there you should use it as "Results of Step X…Count <=3 as a backup)
So I would do it like that, but of course if you try doing it, test it out to make sure it isn’t looping indefinitely on edge cases
1 Like