
Announcements
I have been trying to build a Flow to copy one event from my main outlook work calendar to my personal outlook calendar based on if the category of event is 'Travel'.
> When a new event is created (v2)
> Condition: @equals(triggerBody()?['Categories'], 'Travel')
> If yes: 'Create event (v2)', Calendar id: 'Personal Calendar', Subject: 'Subject', Start Time: 'Start Time', End Time: 'End Time'
> If no: null
I think it is not working sue to the code in the 'Condition' but i'm not sure how to code it if I am trying to pull the condition from the actual calendar category that is set.
Thank you in advance for any help you might provide.
MS Outlook for Mac / Office 365
Hi @kbtatl,
Could you please share a run history of your flow which contains the Categories as below:
The Categories would with a category name, and mignt have multiple categories, so you have only one category in the event, you could refer to screenshot below to create the flow:
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.