I'm trying to create a simple Send an HTTP request to Sharepoint to update a value in a column.
Here is a sample of my list.
And here is the very basic flow
When I test the Flow I get an HTTP 400 error
I've tried to solve this myself by checking other solutions to similar problems but I can't get it to work so I'm asking the community.
Thanks,
Rob
Solved! Go to Solution.
This sounds like a Power Automate question rather than a PowerApps question. I suggest you post this in the Power Automate Community instead. You’ll get a quicker and better response over there
Link to Power Automate Community
https://powerusers.microsoft.com/t5/Get-Help-with-Power-Automate/ct-p/FL_GeneralDiscussions
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
This sounds like a Power Automate question rather than a PowerApps question. I suggest you post this in the Power Automate Community instead. You’ll get a quicker and better response over there
Link to Power Automate Community
https://powerusers.microsoft.com/t5/Get-Help-with-Power-Automate/ct-p/FL_GeneralDiscussions
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Your problem came from URI:
_api/web/lists/getbytitle('Employee')/items('00010'), where you need to use the SharePoint Item ID and not a column value.
Something like this:
_api/web/lists/getbytitle('Employee')/items('1')
Hope it helps !
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
191 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
252 | |
121 | |
84 | |
80 | |
73 |