Hi,
I have a gallery that I would like to hide the row if the 'Mil Date of Travel' cell is empty. In the code I am trying to pull the data for the selected travel event and then do the filter.
Search('Travel Reimbursements',
TravelSelection,
"cr0d7_travelid"),
Filter(
'Travel Reimbursements',
!IsBlank('Mil Date of Travel')),
Thanks