When the app is launched. The new user gets the values entered in the table of the other user. How to start a fresh value table for the new user once logged in.
Two issues/questions here…
- There is no “on open” action, so if you need to clear out an existing value in a user’s row, you’ll need a button with an action on it that does this. The rest of your components could be hidden until this button is pressed and the value is cleared.
- If each user is seeing the same information, it means your current screen isn’t being filtered properly. Check the filter conditions in the screen and make sure it is filtered for the signed-in user.
++ Welcome!
4 Likes
Cool thats great, Thanks a ton
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.