Hi everyone,
I have a SharePoint list that I'm using to track training sessions delivered by our team.
I'm looking to create an automation that will run on a nightly basis to change status of sessions from 'Posted' to 'Completed' based on the session date and the current date. Each session has a start time and and end time stored as date/time (along with a variety of other fields).
I'm having a heck of a time however pulling the End Time of a session and truncating to remove the time. How do I go about achieving this?
I was thinking of initially using a get items action with a filter query of End Time eq Now (truncating to the day) to just compare dates. In SQL I would just use the trunc function for something like this.
Can anyone lead me in the right direction?
Thank you!