Hey everyone,
I would change DateTime format from [start/DateTime] of my event to Time HH:mm.
That's what I got :
And that's what I get :
Other stuff......the flow send me DateTime GMT0. I have to addHours from myself in a formula or the right field exists?
PS : my flow -> every day at 8am, I got one notif per event (event from the day that is comin)
Awesome! 😉
That's working...I tried many things and I always forgot the "item()?".
Btw, you're right bout my flow (Schedule -> Get Events -> ApplyEach -> Notification)
Hi @bapt69,
I assume you use the Get Events (v4) action to retrieve the event details? And the notification action of your screenshot is within an apply to each loop action?
If not, can you share a screenshot of your flow setup?
If you are using a Get Events (v4) and an apply to each loop you could use the following expression:
formatdatetime(item()?['start'], 'HH:mm')
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492