Current Status on my workflow:
The first step checks for any task that is updated.
The second step gathers all of the information from the updated task.
The third step filters the tasks to make sure that they are a specific list and specific status:
The fourth step creates a new comment in the same task in the previous steps.
- The point of step four is to gather information from the custom fields and generate a "video description" with the values in the custom fields.
Unfortunately, when the comment is added, it "updates the task" and starts a loop.
Q-01: How to I prevent the infinite loop?
Q-02: Is it possible to limit the type of the task update to only those that match the conditions in step 3 instead of every single update. I have a lot of tasks in this Clickup System and I don't want to use up a "Task" every time I update a "Clickup Tasks" that has nothing to do with Pabbly.
The first step checks for any task that is updated.
The second step gathers all of the information from the updated task.
The third step filters the tasks to make sure that they are a specific list and specific status:
The fourth step creates a new comment in the same task in the previous steps.
- The point of step four is to gather information from the custom fields and generate a "video description" with the values in the custom fields.
Unfortunately, when the comment is added, it "updates the task" and starts a loop.
Q-01: How to I prevent the infinite loop?
Q-02: Is it possible to limit the type of the task update to only those that match the conditions in step 3 instead of every single update. I have a lot of tasks in this Clickup System and I don't want to use up a "Task" every time I update a "Clickup Tasks" that has nothing to do with Pabbly.