I want to iterate a!save() expression 10 times

I want to iterate a a!save() expression for 10 (n times) when I press a button

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hello  
    You will have to use a!forEach() and run your a!save()(Not recommended). Also do you have any particular variable that defines the number of iterations that has to be performed? 
    What will this a!save() perform exactly?
    If the Rule Input or Local variable that you are going to use for the target is same, You don't need to do the loop. May be a better explanation of your requirement would help all of us to give a better solution.

Reply
  • 0
    Certified Senior Developer

    Hello  
    You will have to use a!forEach() and run your a!save()(Not recommended). Also do you have any particular variable that defines the number of iterations that has to be performed? 
    What will this a!save() perform exactly?
    If the Rule Input or Local variable that you are going to use for the target is same, You don't need to do the loop. May be a better explanation of your requirement would help all of us to give a better solution.

Children