
Hello everybody
I've defined custom connector's action with API GRAPH to get members of private channel (https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/members?$select=roles,displayName)
In my Power Automate I've put this action and set variable to get user displayname but i've received an error message (attached to image) but I don't know why.
Use:
body(‘GetChannelMember’)[‘value’][‘displayname’]
The result is an array so most probably an apply to each action will be generated.
Hope it helps !