I have an app which has a drop down to filter what it shows.
One of the fields is a date of when the data has been submitted. this is shown on datacardvalue109
What would I need to put in the visible field of the button to make it show only if the drop down is on a certain option and the date field has no data in it.
I can make it show easily enough based on just the drop down with:
If(FormTypeDropdown.Selected.Value = "text", true,false)
But no clue how to add the fact it also needs to check the date datacard for a value to make it show or not so any help would be great