with respect with my skills, I would rather ask my question.
I have created an application to help counting points for a card game ( )
I have a table with column row number, id and name of the players. I use this table as a static resource to associate the player with it’s id (ie 1,2,3 or 4) for turn order.
Now the point is I need to create an action “new game” which clears the name and asks for the new one’s. And, Actually, I will need this action to reset as well results data in the turn table.
I agree with SkrOYC that you need to create a new game. This way you will also be able to maintain history of all the games played.
However if you do indeed need to clear values on click of a button, you can explore using “Data: set the value of some columns in this row” data action and set all the values you need to reset to default values. There are other actions available as well to delete or add a new row (useful for creating a new game).
You’re right but I did it that way. I’d love your advice on how to do it in a different way. Here are the screenshots of the 2 main tables. and the relations: