Infinite Loop Issue in Workflow with HTTP Request Action
Hi everyone, we have a workflow where one branch leaf node is a HTTP Request action but we noticed that the workflow keeps going on. This is a screenshot of the example, and I drew an arrow to what seems to be happening. It seems that when the HTTP Request (Action 5B) action is complete, any replies in the Slack thread triggers Action #3, then Action #4 (condition) then Action 5B (HTTP Request) which results in an infinite loop. Could we be doing something incorrectly with our setup? I've been trying to find an End action to stop Lindy from continuing but the documentation seems to be saying that the workflow ends when it hits a leaf node.