Hello,
Is there a way to force an exit out of a loop using the UI or should this be handled in code?
Here is my scenario: I am searching for a customer immediately after creating it. Rather than specifying an execution delay, I'd rather have Telerik repeat this search until it is found, however if unsuccessful after 10 tries, then give up. I could use the 'Loop' and specify 10 times, but if the customer is found on the second attempt, I don't want to execute the loop 8 more times. I could use the 'While...Loop', but if the customer is never found, the search will continue infinitely.
Any thoughts? Thanks!
Is there a way to force an exit out of a loop using the UI or should this be handled in code?
Here is my scenario: I am searching for a customer immediately after creating it. Rather than specifying an execution delay, I'd rather have Telerik repeat this search until it is found, however if unsuccessful after 10 tries, then give up. I could use the 'Loop' and specify 10 times, but if the customer is found on the second attempt, I don't want to execute the loop 8 more times. I could use the 'While...Loop', but if the customer is never found, the search will continue infinitely.
Any thoughts? Thanks!