Hello,
I have a button for submitting data to a sharepoint list. There is a date picker and if the user leaves it blank the button's display mode is set to disabled. This is done using IsBlank and is working fine. However, I would also like the form to check if they date they entered is already in the list and if it is, leave the button disabled.
If all I needed was to check for the existence of the date, I could use IsBlank to handle it but since one statement is triggered when the value exists and the other is triggered when the picker is empty, I end up with conflicting IsBlank Statements.
I'm not a power apps pro so I'm sure there's something I'm missing.
Any help would be appreciated.
Thanks in advance!