Hi,
I’m experimenting with using Invoke HTTP request (preauthorised) to retrieve office 365 groups using Microsoft Graph endpoint.
Where I’m struggling is the output of this connector returns an object, I want to filter the data for say all groups where the parameter visibility is public as an example.
Unfortunately visibility is not supported as filter currently by adding it to the endpoint directly, therefore my only option seems is to filter after retrieving the data inside of Power Automate.
I’ve then been able to parse the object to make the values selectable, however if I then add the filter connector it will only work with an array not an object.
Do I need to create an array somehow from the object? I’ve seen you can add a compose and then use CreateArray(‘’) but not sure if this is the correct approach.
My end goal is to then either create an excel file containing the information or create a html table and send via email.
Any help would be greatly appreciated.
Thanks,