Can you also show the input/output bundles (the content of the (1) at the top right of the modules)? Ideally, if you can share the full content that would be best. But if there is private information in them, you may need to edit it out.
I notice you use “Created Date Time”. Is that the correct field? To me it means “the date the event was put in the calendar” not “the day the meeting is scheduled” but I could be wrong. I’m also curious to see why it returns all of them. The results will (hopefully) show the “created date” and help identify where the error is.
For the email writing module, use HTML tags to break up you lines. So something like this:
Bonjour,<br/><br>
Nous tenons ensemble un CRH…<br/><br>
Auriez-vous des points…
<p>Merci!</p>
I don’t have a Microsoft Mail setup ready so I can’t test directly, but based on the API documentation page and how other email systems work, I think it should do the trick.
Thank you very much again for your support. I was able to find the input/output bundles and also modify the formatting of the email thanks to your advise.
You will find attached to this reply the screenshot that may help. I have saved the updated scenario and it does not send email anymore… It does not identify meeting with the specified name.
I agree with you “Created Date Time” does not seem the correct field because like you it seems to me that it means “the date the event was put in the calendar” not “the day the meeting is scheduled”. However the drill-down list only propose “subject” / “Event ID” / “Created date time” / “last modified date time” / “Body preview” . Thus I cannot find some criteria that matches my need it seems.
Out of curiosity, when you made your first snapshots, did you create the events in the calendar on that day? If so, it might explain why they all showed up and why they are no longer appearing today.
I will try to see if I can set up a Microsoft account to test this, unless someone else knows what’s happening.
Just to clarify Created Date Time and Last Modified Date Time refers to when the event was created or modified and not when the event is due to start.
Therefore I recommend removing that part of the filter completely. I’m afraid it is not possible to limit the search by the event start date with the Microsoft 365 Calendar - Search Events module. In other words, this module will list all the events that meet the filter parameters regardless of the event start/end date.
As a workaround, you can filter just by the subject and increase the limit according to your needs:
So essentially every time you run the scenario this module would list ALL the events with that subject. And then you could set up a filter between the modules to pass through only the ones that are due to start in two days
Yeah, I kind of suspected that. So it looks like you will have to open each calendar event to see the content and see if the date of the event is within the next two days (or whatever your filter is). That could be costly in terms of operations if you have a lot of events.