I have built a flow that filters by files modified in a share point with a timeframe, to then periodically email a summary. However what I realised is I need this to be on the "Created" column not the "Modified". I had to add this column back into my SharePoint, but when I changed the logic in the filter by expression from Modified ge ... and Modified lt... to Created ge ... and Created lt ... it fails to return any results. I am confused as the logic between using either column is the same - they both appear to just be timestamps. Am I missing something here ? My aim is to capture only newly added files for the week I am looking at, having it as modified would capture any files changed during the timeframe.
Thanks in advance.