I’m working on a app for checking in parts. The parts have the following items
Job Number
– Serial Number
– -- Part Number (and more data)
I would like the user to be able to pick the Job or Serial number and then only have to pick it again if they need to change it. I don’t want to have to put in the Job & Serial number in the form every time.
I think I need a user variable and a row based slice, but I haven’t found a good example on how to do that.
Anyone have an example or can share how to do this?
Solved! Go to Solution.
I don’t know any good sample apps, but the general idea you’re looking for is a very common build methodology in AppSheet.
This will give you the individual record that belongs to the particular user that’s currently logged in. This is a very handy way to grab certain variables that might be stored in the user table, things like:
Now for your scenario, I would actually build a second slice to use for the interaction.
I’m not aware of any sample apps that show this functionality though, maybe someone else does?
I don’t know any good sample apps, but the general idea you’re looking for is a very common build methodology in AppSheet.
This will give you the individual record that belongs to the particular user that’s currently logged in. This is a very handy way to grab certain variables that might be stored in the user table, things like:
Now for your scenario, I would actually build a second slice to use for the interaction.
I’m not aware of any sample apps that show this functionality though, maybe someone else does?
Thank you for this and the video. It helped me get this functioning.
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |