Hi,
I currently have a SharePoint list and when a task is completed on a corresponding Planner, it updates the column 'Task Completed' with the date and time, the date is in format DD/MM/YYYY which is due to our location, the time is UTC time I believe (another flow get's the information from the 'Completed Date Time' of the task). Unfortunately I made this column in the list a text column, and I am having trouble filtering all tasks completed in the past month.

Column settings:

My expressions in the filter query are the following :
formatDateTime(startOfMonth(getPastTime(1,'Month')),'MM/dd/yyyy HH:MM:ss')
formatDateTime(startOfMonth(utcNow()),'MM/dd/yyyy HH:MM:ss')

Unfortunately this does bring back the right days and months, but is bringing back both 2022 and 2021 results (when I only wanted this current year!). Can anyone help? Thank you!

