Hello community,
in my flow I want get/load all calender events with the same date as the date as my trigger event.
In the first step, I think, I need to extract the date from the dynamic content "datetime" of trigger event. Within a compose I would do something like
formatDateTime(triggerOutputs()?['body/start'],'dd/mm/yyyy')
is that correct? In the next I need to filter via ODATA. I dont now what to type in the field "Filter Query" within "Get events (V4)". Can you help me? I thought about something like
start Time "Dynamic content of my compose with extracted date"
Thank you for any ideas!