In my app, I have a certain functionality, such as storing data in a table in multiple rows. When my task is finished, I am taking the user to the next screen and I want all the rows of the earlier mentioned table to be deleted to repopulate it next time.
I can’t find a way to delete more than 1 row of a table. Is this even possible?
Create a Query or Multiple Relation column that matches all rows in the table, then you can use a Delete Row action via that query/relation.
4 Likes
It worked !!! Thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.