Hello,
I have several flows which work mostly with SharePoint API.
Usually I use "Get item", "Update item" and "Send an HTTP request to SharePoint" actions.
Most of the time everything works as it should. However, sometimes actions fail seemingly because SharePoint Online server becomes unavailable.
In this case, "HTTP error 503" is clearly indicated, but the action itself displays "Status Code: 400" and the request cannot be automatically retried.
Could you kindly explain the actual failure reason and improve the flow?
Thank you!
Solved! Go to Solution.
Hey @Mabel
I see that you are passing the path - Can you please pass the List Name\Title -
_api/web/lists/GetByTitle('ListName')
or just use the List GUID -
/_api/web/lists(guid'{list_guid}')
You can find the list GUID see - https://nickgrattan.wordpress.com/2008/04/29/finding-the-id-guid-for-a-sharepoint-list/
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @Mabel
I see that you are passing the path - Can you please pass the List Name\Title -
_api/web/lists/GetByTitle('ListName')
or just use the List GUID -
/_api/web/lists(guid'{list_guid}')
You can find the list GUID see - https://nickgrattan.wordpress.com/2008/04/29/finding-the-id-guid-for-a-sharepoint-list/
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @CFernandes
Thanks for your message.
I see that you are passing the path - Can you please pass the List Name\Title -_api/web/lists/GetByTitle('ListName')
Yeah, that's exactly what I used.
My computer is a Japanese system. It's a SharePoint list, named "郵便・宅配便 到着通知".
After I translated the page into English in the browser, '・' became to ‘/’ .
I use "Send an HTTP request to SharePoint" to update data in the SharePoint list.
or just use the List GUID -
/_api/web/lists(guid'{list_guid}')
You can find the list GUID see - https://nickgrattan.wordpress.com/2008/04/29/finding-the-id-guid-for-a-sharepoint-list/
Thanks for your advice.
I will try to use this method.
@Mabel Please try using the List GUID instead.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @CFernandes
Okay, Thanks for your proposal!
I will try to use this method to improve my flow.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
If you are a small business ISV/Reseller, share your thoughts with our research team.
User | Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |