
Announcements
Hi i have a problem with this flow, i red the previous topics and try the solution that was in here, but without results. The fun fact is that the same flow worked well last week and then on monday failed like that. There's something i miss?
I'm trying to create groups permission whenever an item in the list is created or modified
Hi @Anonymous,
I see you are using the SP.Group.Collection object instead of the SP.Group object? Can you change the type field value?
Try something like below in the body.
{
'__metadata':{
'type': 'SP.Group'
},
'Title': '@{triggerOutputs()?['body/Title']}',
'Description': '@{triggerOutputs()?['body/DenominazionedelFornitore']}'
}