Skip to main content

Notifications

Power Automate - Using Connectors
Answered

SharePoint Lookup, how to reference value from dropdown

(0) ShareShare
ReportReport
Posted on by

Hi

 

Custom SharePoint list with a form in Powerapps, one column is a lookup to a custom list with 2 columns, title and driver-domain

My goal is to set a different field to the value of driver-domain (for the moment I'm trying to set a variable)

If I add a standalone dropdown it works, but not on the sharepoint integration form

 

Works:

UpdateContext({varDriver: LookUp(Drivers, Title = Dropdown1.Selected.Title, 'Driver-Domain')})

 

Doesn't work:

UpdateContext({varDriver: LookUp(Drivers, Title = ThisItem.ToDriver.Value, 'Driver-Domain')})

 

 

drivers.jpg

 

Form.jpg

 

  • v-litu-msft Profile Picture
    v-litu-msft on at
    Re: SharePoint Lookup, how to reference value from dropdown

    Hi @Anonymous,

     

    I am glad you find a way to solve your problem.
    If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!

    Best Regards,
    Community Support Team _ Lin Tu

  • Verified answer
    Re: SharePoint Lookup, how to reference value from dropdown

    found it 🙂 DataCardValue31.Selected.Value

     

    UpdateContext({varDriver: LookUp(Drivers, Title = DataCardValue31.Selected.Value, 'Driver-Domain')})

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,567

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,907

Leaderboard

Featured topics