web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Issue with HTTP reques...
Power Automate
Answered

Issue with HTTP request to Sharepoint

(1) ShareShare
ReportReport
Posted on by 24
Hi,
 
Any help is much appreciated.
 
Issue - I have a sharepoint list that has an 'assigned to' column. When I assign a list item to a specific user, I want to to create that user a task in Planner. 
 
 
This is the input uri - 
_api/web/lists/GetByTitle('SPF RAID')/items/(75)/versions(3.0)"
 
This is my flow:
 
 
 
This is the error report:
 
 
Many thanks!!!
Categories:
I have the same question (0)
  • Suggested answer
    Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at
     
    There is a mistake in API request, see below
     
    API you have used
    _api/web/lists/GetByTitle('SPF RAID')/items/(75)/versions(3.0)
     
    But there is no need of forward slash after items, so correct format of url to be followed is 
    _api/web/lists/GetByTitle('SPF RAID')/items(75)/versions(3.0)
     
    In the blog also, they have followed simmilar api uri which i have shared :)
     
     
    Thanks & Regards,
    Nived N 
    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel
    Blog: Nived Nambiar's Blogs
     Found my answer helpful? Please consider marking it as the solution!
     Your appreciation keeps me motivated. Thank you!
     
     
  • Verified answer
    Portfolio_Director_Automation Profile Picture
    24 on at
    I removed the forward slash:
     
    _api/web/lists/GetByTitle('SPF RAID')/items(75)/versions(3.0)
     
    But I still got an error message about the input string being wrong.
     
    I did some more digging and found this article which helped solve the issue

     
     
  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at
    But it seems like issue was with the version number correct ?
  • Portfolio_Director_Automation Profile Picture
    24 on at
    Yes the forward slash was incorrect.
     
    But I had to use the following code in the function. It did not like me using the ID and SinceVersionID in dynamic content. I think it was due to an error in the New Viewer in powerautomate. The old design view seems to be less buggy!
    Items(@{triggerOutputs()?['body/ID']})/Versions(@{outputs('Get_changes_for_an_item_or_a_file_(properties_only)')?['body/SinceVersionId']})

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 253 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 172 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 134 Super User 2026 Season 2

Last 30 days Overall leaderboard