I need to iterate each date and time to check if each time is available on scheduler. How can I achieve this? Because I tried 2 different Find Matching Patterns activity, to get date and time but I realised that logic is not reliable.
What i want is for example:
bot will for loop each date, then another for loop to check time. the problem now is assigning each time to their own date
is there a better way if condition met and i want to Break the whole loop. The IF condition is met in the inner loop. How can i break for the outer for loop too?