I am new to Appsheet but have managed to create a drill down type of App that enables users to go from Author level to paragraph from a selection of textbooks
What I would then like is for users to be able to click a star icon that will go from empty format to filled when looking at a paragraph. These selections should then be displayed in a seperate view called “favorites”.
I am not wanting users to log into the app so the input can follow the device and not a user.
Hope this makes sence and one of you are able to help
I’ve never tried it, but my understanding is that it’s indeed possible using the CONTEXT function’s “Device” option. That doesn’t authenticate a user, but I believe does uniquely identify a user’s mobile device or browser session.
Yes, it wouldn’t have occurred to me either. I only know since someone else previously posted that point like I did here. When you select the option, you can enter a brief comment that explains your intent.
AFAIK, it’s indeed not possible to do something like set the value of a User Settings column via an action. My suggestion was instead based on a technique like storing the device id in a data source table analogous to how it’s common to store a user id and then reference the current user.