Hi,
Would really appreciate some help with a little process I am working on.
I have a NewVisitorsScreen where visitor enters details, name and phone number, then on click a button to Patch data to SQL table.
I am trying to put a process in where, if the user types in a phone number in the NewVisitorsScreen which already exists in the SQL table, it redirects to the ReturningVisitorScreen and populates a TextInput box which is setup as a search field.
I have a button in the NewV screen with a lookup to check if the phone number exists in SQL and enable the button if it does.
Then the onselect of the button creates the collection with the phone number, and navigates to the ReturningVisitorScreen
I can get the data I want from the NewVisitorsScreen into a collection, but not sure how to put that collection data into the search field on the Returning screen.
Any suggestions would be greatly appreciated.