Hello,
So i'm struggling for a while on a piece of code. Im fairly new to Power Apps. So i want to do an IF statement on a column customerID. Basically i want to check if the SelectedcustomerID exists in the customerID column. IF it doesn't my label should say "Not Signed".
This is what i have so far:
If(LookUp('[dbo].[signaturetest]',customerID=selectedCustomerID),"Signed","Not Signed")
So IF the selecterCustomerID exists in the customerID column my label should say Signed.
Thanks in advance,
Anthony