Hi,
I have created a Power App in which I am doing search on Contact Table. For Offline use, I am storing Contact data in collection and Saving it using SaveData/LoadData method.
When i am trying to use same search function used on contact table on collection it is not giving me any records.
For eg:
Search(
Filter(
colAllContacts,
'Contact Type'.'Contact Type (bit_contacttypeid)' = DeceasedContactType.'Contact Type (bit_contacttypeid)'
),
txtSearchFilterFullName.Text,
/fullname/
)