Hi there! I’m wondering if there has been a recent change or not to the delay block for flows.
I was testing a flow I previously built, and the delay block is no longer being initiated.
So, I tried adding an evaluate block to add the delay, but that wouldn’t trigger either. So, I had to add a script to the post-response to the actual request to enforce the delay.
For context, this request is initiating OAuth to allow users to install an app in their account. I assume the issue is with the request, but that’s behaving as it should, so I’m stuck. Any tips on how I could troubleshoot this? Any insight would be helpful!
Hopefully, I’m overlooking something simple. TY in advance!
Update: The Postman team suggested since I wasn’t using the output of this block - when we changed the parse settings of the block from HTML to Text, it initiated the delay block I couldn’t initiate before.