Hi everyone!
I was investigating how to use the filter rows to use the List rows action. I want to filter the data with Id column value. But I didn't find anything that could help me. e.g Id =30, so All records will be filtered whose Id is equal to 30.
I tried using $filter expression, but It did not work.

The filter rows says. Enter an OData style filter expression to limit which rows are listed.
I try with.
Id eq 32
$filter=Id =32
I want to filter all the table data whose Id is equal to 32.
Please help me to resolve this issue.
Thanks for your answers. Thanks in Advance.