I have a collection "Accounts". In that, we have a field which is "Full Name".How to refer to this field in a filter function. I used the following formula:
Filter(Accounts,'Full Name' in TextInput2.Text)
Here TextInput2.Text is a text input. When I apply this formula,it says 'Full Name' is not recognized.
I expected it to filter by using the 'Full Name' field name.But its saying name not recognized.