The community member is experiencing an issue where a sequence of actions (A, 10 seconds, B, 10 seconds, C) is not displaying as expected. Instead, the entire sequence runs before displaying the results. The community members suggest adding a "Wait" block before a long webhook block with the "Pause the flow" option enabled as a solution, which works on the web but not on other platforms. The community members acknowledge this as a limitation and are working on a solution.
If I do something like the image (URL: https://hub.dummyapis.com/delay?seconds=10) it takes 20 seconds (10 of each request) of black screen, then display A, B, C. I was expecting A, 10 seconds, B, 10 seconds, C. Looks like it run all the sequence till it finds a user input to start displaying the results. Why? Can I do anything to avoid this?