Hi,
I have request via power automate get file properties only from Sharepoint, but I should filter out specific file.
From get files properties only I can get file created date, BUT I need filter out only files, which have current date = target date, but target date = file create date + 5 working days.
In Sharepoint I have list with files, which created in 14/09, 15/09, 18/09, 19/09, 20/09 etc., Today = 22/09, that mean with function get files only properties I should receive ONLY files, which created in date 15/09.
File create date = 15/09 + 5 working days = 22/09 = current date
How to set-up this via Filter Query?
