Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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.

1 Comment

Avatar

Level 4

7/22/25

Hi,

 

I am struggling with this too.

 

In a scenario looking for specific text in notes added to a document, the notes are oput in a bundle.

If it finds the text, it performs certain actions then needs to move on to the next document (in it's own iteration !)

 

As a work around I am trying to use a 'variable' during the scenario that counts through the bundles of Notes.

 

If having found the text, it sets the variable to be 1 higher than the number of bundles for that document.

This means it will fail on a filter check  - looking at the the variable being less than the number of bundles.

 

Needless to say I haven't got it to work ... yet.

 

Anyone done anything similar ??