Hello
I have seen a few posts on this subject, but I can't get them to work for me. I'm not sure if I'm not authorised to use this action as it's a premium action.
Is there any other way at all that this can be done? Or am I doing it wrong
{
"@odata.type": "#Microsoft.Graph.channel",
"membershipType": "private",
"displayName": "@{body('Get_user_profile_(V2)')?['displayName']}",
"description": "This is for private content"
}

If I remove the '@' from the odata.type in the json - it runs but I get the below issue
{
"odata.type": "#Microsoft.Graph.channel",
"membershipType": "private",
"displayName": "@{body('Get_user_profile_(V2)')?['displayName']}",
"description": "This is for private content"
}
