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 Apps / choice column inside t...
Power Apps
Answered

choice column inside the form not updating when using different source item

(0) ShareShare
ReportReport
Posted on by 504

I have two Sharepoint List and using edit form on the first list called SALES and have a dropdown (Choice column type) where the item is filtered and distinct from the PRODUCT list. I was able to show the items of my dropdown based from the product using lookup 

Sort(
 Distinct(
 Filter(
 ETT,
 Category= "Car"
 ),
 Prod
 ),
 Result,
 Ascending
)

and the update property of my data card of the dropdown is DataCardValue47.Selected but its not updating on the sharepoint list

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at

    Hi @nagestiada ,

    Try the Update of the Data Card

    {Value: DataCardValue47.Selected.Result}

    or if you want to keep your existing Update - the Items

    Sort(
     RenameColumns(
     Distinct(
     Filter(
     ETT,
     Category= "Car"
     ),
     Prod
     ),
     "Result",
     "Value"
     ),
     Value
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • nagestiada Profile Picture
    504 on at

    Hello @WarrenBelz,

     

    This is really helpful! Thank you very much!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard