Hi All,
I am using a cloud flow where I would like to search for a record in the table Employee based on the string found in the 3rd party applicaiton the previous step of the flow.
This is my flow:

1. user initiates the flow and inserts the number value
2. based on the inserted number value a record in the 3rd party application is received as expected
3. here I would like to get the record in table Employee of Business Central database (SaaS)
- I extended the table "Employee" with custom fields; and page "Employee Card" and "Employee List" and API page "Employee Card" where I display those custom fields (this works as expected)
- I would like to check if employee with the number user has inserted on step 1 already exists in the table "Employee", just my filtering is not working here (marked with red square). It always returns all the records found in the table "Employee", where I would like to get exact match.
Thank you
BR Damjan