Expand my Community achievements bar.

Need a Loop/Do while function in Fusion

Avatar

Level 2

3/21/24

Currently, the closest thing in Fusion to a Loop is the Repeater Module with hardcoded i and n variables. 

  • A loop module in Workfront fusion is greatly needed with the following capabilities.
    • Ability to set i and n for loop.
    • Ability to update i real time during loop
    • Ability to escape loop once case is met
  • Adding all types of loops... for each, do while etc. would be a home run.
    • Fusion 1.0 had this type of logic and hoping we can get some of it back again.

Current functionality does not allow for escaping the loop when certain condition is achieve so the loop is optimal. Now we are forced to indicate the number of iterations to a max number which is suboptimal from a processing point of view.