What is the LOOP or FOR( ) inside appsheet

Is it possible to take a value from a parent table like “apple, orange, banana” and turn it into 3 rows in another table?

I would imagine this will require the use of some sort of iterative loop or for( ) function in programming, but I am not sure what is the name of the counterpart in appsheet.

Thanks very much in advance

0 4 3,057
4 REPLIES 4

Steve
Platinum 4
Platinum 4

There are no direct loop or for counterparts. Instead, you have to use actions. This post might be useful:

Hi Steve, thanks for your help.

If I understand the post correctly, I will need to use some sort of recursive algorithm with the use of workflow trigger inside app sheet, is that correct?

You can use ifs for the workflow to trigger and send emails

Correct!

Top Labels in this Space