I’d like to know if the system generated ref views load unfiltered/unsliced data in the app, because nearly all the UX views I’m adding manually are related to Slices.
For example, I have a detailed view that shows my profile information filtered in the slice by email. So appsheet generates myprofile_detail and myprofile_form for that slice, but given that i’m having struggle deleting the other views users_detail, users_form that are system generated linked directly to the users table, I wonder if appsheet loads the whole users table in the device.
I was thinking about that because of two things, security and load speed.
Should I use security filters instead?