I need to find the specific file latest modified witin 6 days. I have over 20 files named the same but in different folders each time.
And finding the latest one is necessary.
But i always get an error.
Could i please get help on how to write the expression ?
Im Sure its gonna be a simple solution
lessOrEquals(item()?['Modified'], 5)
Unable to process template language expressions in action 'Get_Files_(Properties_only)' inputs at line '0' and column '0': 'The template language function 'lessOrEquals' expects all of its parameters to be either integer or decimal numbers. Found invalid parameter types: 'Null'.'.
