Need help regarding my flow in Active Pieces.
-Starting from step 1: I used cronjob for my trigger (15th and 30th of the month)
-step 2: get the current date and time
-step 3: Getting the rows in google sheets and my start row is 3
-step 4: Loop on items and i selected the Get next row(s) item
-step 5: inside the loop is the Send text message using telegram
this flow already send me one message each row from the gsheets and example of a message is like:
Full name: Esmi
Phone number: 09123456789
The thing is every time I Test Flow it only sends one message for one run. What I want is to run only the flow once then it will send each row a telegram message until there is no rows in the google sheet. Is that possible in active pieces?