Hello, I’m having trouble performing a simple task in FLOWS.
I want to resend the same HTTP request 5 times if the result received isn’t what I expected. In the screenshot below, the resend is unlimited.
The REPEAT BLOCK doesn’t work for this because it continues to rerun the HTTP request even when the expected value is received. If I set the REPEAT BLOCK to 5 times, it calls the function 5 times without checking any conditions.
I also tried creating a variable and incrementing it, but it seems that variables can’t have their values updated. (are not true variables)
