Hi,
Im having trouble on making a label visible. I have a label which gives a notification to the user that an Invoice Number already exists in a sharepoint column. I need to make this visible if there is a match as the user inputs the invoice number to a form.
The formula also needs to filter the supplier so the Lookup is only relevant to the supplier.
My code is
LookUp(Filter('Supplier Invoices',Title=Gallery2.Selected),'Invoice Number',DataCardValue208.Text)
Thanks guys!