Hello,
I'm working using a button to look up 2 variables in a Sharepoint List
The 2 variables are:
Student ID
Security Code
When I click on the button, I'm want to go out and verify both
If it's TRUE then it will show in a display box.
here's an example

I used this before when just looking for a Student ID = 'sbox - ID'
On Select = UpdateContext({varSearch:'sbox - ID'.Text})
Now I would like to add a second level of verification with the same search button.
On Select =
UpdateContext({varSearch:'sbox - ID'.Text});
UpdateContext({varSearch:'sbox - Security_ID'.Text})
I'm sure its fairly simple to accomplish this - please give suggestions.
Again, I am attaching an Excel file that has the data from the Sharepoint List: [Student Thank You Cards for Donors]
I have also attached the app that I am creating.
After this works I will be looking at screens CheckOut_1 and CheckOut_2
My vision for CheckOut_2 is to scan the QR code next to the Fund and then send a command to the printer to print that address to a label printer.
Kinda outside of the norm, but it's a work in progress. I would also appreciate suggestions for this but only after the Search button and lookup up is resolved on the 'Lookup Info' screen