I am creating an app that is linked to a SharePoint List. The employee will be able to fill out a form to request materials. When the click submit the request is uploaded to SharePoint while the employee will get a confirmation number. This confirmation number is the SharePoint ID number that is created when the request is uploaded to SharePoint. Then there is a Search Screen where the employee can go to, put in the Confirmation Number (SharePoint ID number) into a search box and then certain items from the list will display.
Now my question.....if the search box (label) returns null....meaning if the ID number does not exist, then I want a label to appear with a custom message. What do I put for the visible formula for the label I want to appear?