Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Get Data return by send http Sharepoint

(0) ShareShare
ReportReport
Posted on by

Hi Everyone

 

I'm a total newbie in API, and I'd like to find a way to get an id that my http request get in its body,

So here I'm creating some new group in my sharepoint on premise,

so here how I create my group: (it works)

 

 

FlowCut.png

and this is the body result:
 
"d": {
"__metadata": {
"id": "http://SharePointsite/PWA/IT Compliance/_api/Web/SiteGroups/GetById(30)",
"uri": "http://SharePointsite/PWA/IT%20Compliance/_api/Web/SiteGroups/GetById(30)",
"type": "SP.Group"
},
"Owner": {
"__deferred": {
"uri": "http://SharePointsite/PWA/IT%20Compliance/_api/Web/SiteGroups/GetById(30)/Owner"
}
},
"Users": {
"__deferred": {
"uri": "http://SharePointsite/PWA/IT%20Compliance/_api/Web/SiteGroups/GetById(30)/Users"
}
},
"Id": 30,
"IsHiddenInUI": false,
"LoginName": "Owners -IT Compliance",
"Title": "Owners -IT Compliance",
"PrincipalType": 8,
"AllowMembersEditMembership": false,
"AllowRequestToJoinLeave": false,
"AutoAcceptRequestToJoinLeave": false,
"Description": null,
"OnlyAllowMembersViewMembership": true,
"OwnerTitle": "Axel Lemaitre",
"RequestToJoinLeaveEmailSetting": null
}
 
I'd like to know how can I set the line: "Id": 30, in a variable?
Thank you for your help 🙂
  • v-yamao-msft Profile Picture
    v-yamao-msft on at
    Re: Get Data return by send http Sharepoint

    Hi @Anonymous ,

     

    I have added two compose actions, in the first Compose action, select the output of Send an HTTP request to SharePoint, then in the next compose action, input the code I suggested.

     

    By the way, it is a default behavior that some functions will be replaced with its original field name when you come back to edit the flow.

     

    Hope this makes sense.

     

    Best regards,

    Mabel          

     

  • Re: Get Data return by send http Sharepoint

    Hi @v-yamao-msft 

     

    Thank you for your answer but there isn't outputs funtion in Flow, is there another function?

    Because if I add:

    outputs('Compose')?['Id']

     

    I save, I leave and I come back and there command has dissapear and it's replace by an empty value: Id

  • v-yamao-msft Profile Picture
    v-yamao-msft on at
    Re: Get Data return by send http Sharepoint

    Hi @Anonymous ,

     

    Do you want to get the value of Id from the body result that you mentioned?

     

    If yes, you could add a Compose to save the Body, and then you could get the Id from the body with expression below:

    outputs('Compose')?['Id']

     

    You could refer to screenshot below to create the flow:

    1.PNG

     

    Please let me know if your problem could be solved or let me know if you have any questions.

     

     

    Best regards,

    Mabel   

           

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard

Featured topics