Hi Experts,
I want to filter one of the Number column from the table (Data Source)
So i am using Filter Array as below :
Finding Age is a days column in which we have numbers in range of 1 to 64 , here i want to list out only less than 8 days rows only.
I am getting below errors when test it .
"The execution of template action 'Filter_array' failed: The evaluation of 'query' action 'where' expression '@lessOrEquals(item()?['Finding Age'], 8)' failed: 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'."
I think Instead of 8 , we have to define something correctly.
Please help to solve this action?
Thanks
DK