Looking at some sample apps, why do they use ...

Looking at some sample apps, why do they use a slice as opposed to the table?

0 3 307
3 REPLIES 3

@Nick_Parsons1 use of slices could have many reasons: - To filter the table i.e. by USEREMAIL() - You can change the order of your columns in the Form UX of that table

are just a couple of them

@Levent_KULACOGLU so just an option to replicate the data from the original table with an option to manipulate the data, without effecting the original table?

@Nick_Parsons1

a slice is in fact the table itself, so any updates, adds or deletes are made to the table itself. Consider it as a โ€œfiltered viewโ€ of the table

Top Labels in this Space