Stop Repeat Forever in Flow Service

How can i stop the repeat on success when it always loop write file in sftp infinity.
Thanks

Until your condition satisfy repeat on success loop will not stop.

You need to explicitly tell when to stop your loop. if runtime variable $retries matches the repeat count condition that you set then your loop will exit.

image

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.