What is your goal?
Ideally what I want is:
If onedrive module fails, wait 5 seconds and try again, if fails again, wait another 5 seconds and try again.
I want this loop to be continous for 5 attempts
What is the problem?
I have a onedrive module in my scenario that moves a folder into a location in sharepoint, but I am having a problem that sometimes the onedrive module throws an error stating that the location is not accessible. This is a share point issue, and if I try again after a few seconds it will become accessible and the sceanrio works.
Is there a way where I can set the onedrive module to try again in a few seconds if it originally throws an error?
I cant use the “break” module as the minimum amount of wait time until it tries again is one minute, and that is too long. I only need to wait 5 seconds or so.
Ideally what I want is:
Onedrive = FAIL, then wait 5 seconds and try again, and if FAIL again, wait 5 seconds and try again, and keep running that until the onedrive module succeeds, or it has tried 5 times with still no success.
See the screenshot. The circled module is the one causing the problem
Can anyone help? I can find a bunch of similar topics but they all use the break command.
Thanks
What have you tried so far?
I tried using the break, but the wait time is too long (minimum 1 minute)
