How to stop a loop and wait for user's command?

Hello,
I’m making an app for the administrator. The app will show newly registered but not approved customers one by one. The administrator have to choose between “Approve” or “Cancel” or “Hold”.
The problem is the loop I created is showing the customers one by one but not waiting for the user’s choice. How to make it wait?

1 Like

It would be much better to write the rows to a list and then use the Item Click block in the list to allow the administrator to change the value.

Another option is to directly list it in a DVL (Data Viewer List) and then filter the required rows.

Don’t use a loop for this. Just display a single value and when the user clicks a button, increase the row id variable by one and get the single value again.

1 Like

How to get the filtered rows (Unconfirmed consumers data only) to DVL from google sheet?

1 Like

See this example
https://x.thunkable.com/projectPage/6182dddab8ae1a001142ac60

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.