this is my first post. We are thinking of switching App development platform, from MS PowerApps to AppSheet. PowerApps is unnecessarily difficult and less intuitive compared to AppSheet. We are starting to love AppSheet. Many thanks to the developers and related community.
We are building an attendance app.
We have a table called CURRENT_SCHEDULE with employees schedule that changes daily. Example:
So normally you wouldn’t move date between tables unless you had to. Normally what I’d do is show a filtered version of that data, which Appsheet calls a Slice
To move data automatically you have 3 options:
You can create a action of type “Add a new row to antother table using values from this row” to copy the data when something happens (e.g. press a button, record is saved). You could then group that with an action to delete the origional data
As above but use a workflow to trigger this when some specific data occurs
Or above finally use a Report to trigger the move based on a schedule e.g. 1800 each day
Any of the 3 options can move multiple rows. You use one action to choose the rows and another to copy them to another sheet. Then you’d need a 3rd action to delete the origional rows. Assuming you’re on the $10 per person licese I’d go for doing this at midnight each day
When a row is added to a table, add a set of rows to another table. Try the sample app! This example uses three tables: Master Table: when a new row is added here, all rows from Source Table will be copied to Target Table and linked back to the new Master Table row. This table must allow adds. Source Table, from which all rows will be copied to Target Table. Target Table, to which all rows from Source Table will be copied. This table must allow adds. Action 1: Copy Source Table row…