Hello,
I am using a data table with search fields to select a record to view or update. I want a certain group of controls to be visible if there is a selection in the data table. I use the formula:
"If(!IsEmpty(DataTable.Selected),Set(varVisible,true),Set(varVisible,false)"
This is throwing all kinds of errors.
Any help would be appreciated.