Hi,
I'm trying to filter rows from List_rows_present_in_a_table item. I want to filter rows that has value of column name 'ItemRequiredDate' is equal to today.
I have tried with different filter query with different syntax.
Below is the currently I'm using,

Left side function of eq: formatDateTime(item()['ItemRequiredDate'],'mm/MM/yyyy')
Right side function of eq: formatDateTime(utcNow(),'dd/MM/yyyy')
Below is the my flow,

Below is the error I'm getting,

This is the Copilot suggestion on the error,
The 'MealRequiredDate' property cannot be selected in the 'List_rows_present_in_a_table' action. Double-check that the correct property name is being used. Did you mean to use the 'Modified' property instead?
I have folowed few forum thread and documantation. Did't get any help.
Filter query of excel list rows on month and year of a date column
list rows present in a table
Use lists of rows in flows
What is the reason for this error?
How can I filter table rows ?
Suggestions are really appreciated.