Hello, I'm trying to add a filter query to my 'List rows present in a table' Excel action so that the action only returns records from my Excel column named "Task Status Progress" that are equal to "Completed".
I have tried:
Task Status Progress eq 'Completed'
"Task Status Progress" eq 'Completed'
['Task Status Progress'] eq 'Completed'
Task_Status_Progress eq 'Completed'
I can't seem to get the syntax right....Anybody knows what's the answer to this?
p.s. it's impossible to rename the column for business reasons