I tried to use the looping tools but without success (while and repeat)
Ii it a video tutorial arround here ?
I tried to use the looping tools but without success (while and repeat)
Ii it a video tutorial arround here ?
Hi, what are you trying to achieve?
I use the repeat a lot like I would use a repeat block placed on a page… Specify an array of some kind as the repeat expression then access each array field inside the repeat loop.
I try to loop in a query (select multiple row) and do something for each row …
Its missing example what can be done in flow to loop on a serverconnect query
Then use the query as an expression for the repeat step.
can you give an example please, i have tryed thsi already…no success, i should miss something
Just pick the query from your data picker. When the query is used as an expression for the repeat it will repeat as many times as the number of records is.
ok it’s working with the repeat, if you use the index to iterate the data like this
What about the while, do you have an example also ?
In your case of repeating all the records from a server connect query, you need the repeat.
While is more complex and you need to specify an expression to be checked on each cicle.