Hi @Mani0587,
Could you please share a screenshot of your flow's configuration?
Do you want to get all Recurrence events within your Outlook calendar?
I have made a test on my side and please take a try with the following workaround:
- Add a proper trigger, here I use Flow Button trigger.
- Add a "Get events (V2)" action, specify Calendar within Calendar id field of "Get events (V2)" action.
- Add a "Filter array" action, From set to output of "Get events (V2)" action, left input box set to Recurrence dynamic content, right input box set to None, within middle drop down, choose is not equal to.
In addition, you could also click "Edit in advanced mode" within "Filter array" action, type the following formula:
@not(equals(item()?['Recurrence'], 'None'))
Image reference:
The flow works successfully as below:
Best regards,
Kris