I am looking to repeat the send request block at a delay based on response received if the response body contains a specific key. I set it up as below assuming it would work but the flow stops after the delay and does not run the send request block a second time. How can I get this to work?
Hi @riddhid2
Welcome to the forums!
It looks like it wonβt repeat because the email
variable isnβt being sent again to trigger the block. Click on the pin icon on the right side of the block and it should work. This behavior will send the same value for email
on each iteration.
Thanks a lot Daniel! That worked! logically, I donβt know if it makes sense to me but I believe if that is a product requirement, I can get onboard that!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.