
Announcements
Hello!
I'm trying to filter my library in PowerAutomate (Get files (properties only)) with "Filter Query" option and I want to compare if two columns of my list have the same value, in this case if the Modified column is equal to Created column.
Would anyone know how I can do it?
This doesn't work as it takes 'Created' as a string value and not as a column
Thank you very much in advance.
Look at the raw output of the get files action to confirm the column name, then try Modifed eq Created as an odata filter (under advanced settings in the get files action)
Alternatively, try putting the created date into a compose action then pass that to the filter query