So, you helped me get the login to work, now I need to carry the session into the app. For example, user logs in and should see a list of only his trips, not all of the trips in the trips table. User creates a new trip, it gets stored and is available to the user only. After log in, user goes to “cloudList,” which should be a list of only his trips. I cannot seem to get the filter on the get record collection to only pull records tied to the user. Something with the meta data, I think. Big stumbling block for me and would appreciate some help. App 95940.
As always, I appreciate the help.