I am trying to follow the example at the following link to build a flow for PowerApps to clear a person field in a SharePoint list however I keep getting a status code 400 and Bad Request error. Theres is not much instructions at the following site and I cannot figure out exactly what I am doing wrong?
Here are my settings
The field ID per sharepoint is Assigned_x0020_To
Here is the error it returns:
Solved! Go to Solution.
No difference. I just really started to flow with the setting and changed the method from POST to PATCH in the method field below the Site Address and upon doing that everything worked.
Thank you for your help. Much appreciated.
Update, I found I was missing a bracket however getting a new error
Hi!
When you paste this URL in your browser: https://cargillonline.sharepoint.com/sites/CSSP_team/COE/_api/web/lists/getbytitle('Ariba%20List')/Items/, then what is the value for the "category" (search for "<category term=" element)? Is it SP.Data.Ariba_ListListItem or maybe SP.Data.AribaListListItem?
I'd start with that.
Regarding the bracket - now you have it at the beginning of the "body" content, right?
Regards,
Tomasz
Correct the bracket is at the beginning of the body.
In regards to the element, on searching as you described, it was SP.Data.AribaListListItem. I updated the body of the Flow however it still results in the same error nessage:
Hi @SheltonThompson,
I noticed that the content configured in the Body seems to lack a "{".
Also if the list name contains spaces, the type value should look like "SP.Data.Ariba_x0020_ListListItem". Specifically, you could view it like this, as the method that TomaszPoszytek mentioned.
Open the source in the browser and observe the category of the xml data, which will contain the value of type.
Here is a similar Thread that you could use for reference:
Please try again.
Best Regards,
Barry
Yes as mentioned above, I already corrected adding the bracket at the beginning immiediatly after posting and ran into the other error that I mentioned in my last post.
I have looked up the category term=" element) as mentioned by TomaszPoszytek which resulted in "SP.Data.Ariba_ListListItem" and tried that and it resulted in the same error. I have also tried your solution of "SP.Data.Ariba_x0020_ListListItem" which again resulted in the same error.
I tired the link you provided below, and ensured my flow matched the settings they mentioned that were all resulting in an error and unfortunatly still resulting in the same error.
Here is the error:
Here is an updated copy of my current flow settings. I am unsure what you wish me to try again?
**bleep**, I really can't see an issue in your configuration. But I bet this is something regardin the internal names vs. display names. Can you create a test list, without any spaces, dashes, underscores in names and test on it?
Just a seconds ago I run the Flow that was created to PoC what I described in the post and it run sucessfully. This is my actions full configuration:
Do you see any differences?
Regards,
Tomasz
No difference. I just really started to flow with the setting and changed the method from POST to PATCH in the method field below the Site Address and upon doing that everything worked.
Thank you for your help. Much appreciated.
Maybe you should've typed "PATCH" instead of "Patch" in the request headers?
Can you check if this will work for you?
Regards,
Tomasz
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
52 | |
41 | |
39 | |
38 | |
38 |
User | Count |
---|---|
77 | |
76 | |
71 | |
52 | |
49 |