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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Explain how to create ...
Power Automate
Unanswered

Explain how to create a new SharePoint List item that has a Lookup column

(0) ShareShare
ReportReport
Posted on by 183
Hi,

Could someone explain how to create a new SharePoint List item that has a Lookup column? I've looked at dozens of "resolved" posts and nothing seems to work. I am trying to create a SharePoint list item that has a lookup column from another list (in the same site).
 
I first query the the lookup field:



Then.... I reference the ID of this in a Create action:



The flow completes, and I can see the ID referenced in the output but the list doesn't update:





I've also tried creating the list item and then trying to update with the lookup value, but that has the same result. Am I doing something fundamentally wrong?
Categories:
I have the same question (0)
  • Verified answer
    stampcoin Profile Picture
    5,058 Super User 2025 Season 2 on at
    You can add 'Send an HTTP request to SharePoint' for updating the lookup column.
    Method: POST
    
    Uri: _api/web/lists/GetByTitle('<ListName>')/items(<ItemID>)/validateUpdateListItem
    
    Body:
    {
        "formValues":[
    	{
    	    "FieldName": "<FieldToUpdate>",
    	    "FieldValue": "<ValueToUpdate>"
    	}
        ]
    }
    for example:
     
  • Mattpst Profile Picture
    183 on at
    Thanks @stampcoin I'll give this a try!

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard