pascal.m.P
BuildShip16mo ago
6 replies
pascal.m.

Loop stops after first item

I read rows from supabase and want to loop through them, sending an sms.
My loop stops after the first item and marks the workflow as success.

According to the log, the 'Get Row' output, has 3 objects.

Any idea why it stops before processing all items?
Bildschirmfoto_2024-09-27_um_16.39.17.png
Bildschirmfoto_2024-09-27_um_16.33.21.png
Solution
Hi @PascalM from your screenshot it seems that you have added extra brackets in the loop items editor. you can remove the other brackets [] as the Get Row data form Supabase is already an array.
Was this page helpful?