Webhook Response Triggering GET Request Too Early

Hi everyone,

I have a workflow where I trigger a webhook based on different conditions. Once the webhook is called, it returns a response, and then I have a process of show & hide actions happening until the request is fully completed.

Only after this process is done, I need to trigger a GET request based on the webhook’s response. However, for some reason, the GET request is being triggered immediately, without waiting for the necessary delay, which causes my workflow to get stuck.

How can I ensure that the GET request only runs after the full show & hide process is completed and not right after the webhook response?

Would appreciate any insights! Thanks! :rocket: