Hey all,
I am in the middle of building an internal solution and come across a snag which is really annoying me.
I have an admin window which is controlled by the viable property locked to a security group, within the admin window there is a text input and two buttons which then execute flows.
The text input wants the users full name and then the OnSelect for the button is
"'SignIn(Admin)'.Run('Name.Input'.Text,'Name.Input'.Text,Now()) & Notify("Successfully Signed User In.",NotificationType.Success)"
I would like it to check that 'Name.Input' isn't blank before the flow will run, there are a few guides online but none that I have managed to figure out.
Any help appreciated.