Automate Creation of Slices

tvinci
New Member

Hi AppSheet Community,

I’m creating a driver dispatch app where every driver has a view of their own “clipboard.” The number of drivers and who is or isn’t a driver is variable. Drivers may quit or become newly hired at a moment’s notice. Is there a way to automate the creation of a data slice for a specific driver when a user creates a new “driver” object? For example if Bob is hired as a new driver can I automate the creation of a data slice for Bob or do I have to manually enter him into the app?

Thanks!

Solved Solved
0 7 204
1 ACCEPTED SOLUTION

Hi, if you have an email column with the initial value USEREMAIL() in your table, you don’t need to create new slice every time when new employee arrives. You can just use a condition rule like USEREMAIL()=[EmailColumn] with one slice.

View solution in original post

7 REPLIES 7
Top Labels in this Space