Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Loops

Loops

Loops within
Managed File Transfer
Projects are used to repeat one or more tasks. A Loop can be placed inside a Module, an IF Condition, or another Loop. The following Loops are supported in
Managed File Transfer
:
  • For Loop - Executes one or more tasks a predetermined number of times.
  • For-Each Loop - Iterates over a collection of items (File Lists, RowSets, Email Lists, etc.).
  • While Loop - Executes one or more tasks repeatedly while the Loop condition evaluates to true.
  • Do-While Loop - Similar to the While Loop, except the Do While Loop will evaluate the condition after each iteration. This Loop is guaranteed to run at least once.

0 COMMENTS

We’d like to hear from you!