I recently bit the bullet and started converting my Classic App to the new App. I have run into a problem that I am unable to save data to the user table that can be accessed and used in other places.
In one example, I need a user to click on a training date and this will then navigate the user to a page that has all training activities as well as the training attendance register. My Classic App, saved the training date to a user table (user-specific) column and when the attendance was being written to the attendance table, I was able to retrieve the date from the user specific column.
With the new App, the option to retrieve info from the User table is not available. I did create a âworking tableâ and saved the date in there, but I do not want to create a long list of dates that is using up unnecessary space.
Any suggestions are much appreciated.
Thanks in advance.