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 / Unable to Update the "...
Power Apps
Answered

Unable to Update the " Update Property" - Urgent help

(0) ShareShare
ReportReport
Posted on by 85

Hi All, 

 

I have been trying and failing to update the Update Property for one of the dropdown control.. my requirement is to autopopulate the value in text box based on the previous dropdown selection. but unable to set the update property to the dropdown feild.

 

DataCardValue2.Selected.value

DataCardValue2.Selected.Result

DataCardValue2.Selecteditems

DataCardValue2.Selected

 

Tried all the above and it is not working... 

Allabasha_0-1656959150709.png

Please help me to fix this issue

Categories:
  • theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    Hello,
    Update property is used for pushing the value to database.
    If Agentgroup column is Choice column /Lookup column in backend, you need to use as below:

     

    For Choice Column:

    {Value: DataCardValue2.Selected.Value}
     or 
    {Value: DataCardValue2.Selected}


    For Lookup Column:

    {ID:DataCardValue2.Selected.ID,Value: DataCardValue2.Selected.Value}
     or 
    {ID:DataCardValue2.Selected.ID,Value: DataCardValue2.Selected.YourColumnName}

     

  • Allabasha Profile Picture
    85 on at

    Hi Tried both the types and still facing the same.

     

    Allabasha_1-1656961276652.png

    Allabasha_2-1656961292714.png

     

    My requirement is to autopopulate the values based on the dropdown selection.

  • Allabasha Profile Picture
    85 on at

    My Table Name is VFilters and it has 2 text Coloumns like the below

     

    Allabasha_3-1656961496944.png

     

  • Sunil-Narnaware Profile Picture
    681 on at

    @Allabasha set the DataCard' Update Property to Dropdown.Selected.Result 

    Replace Dropdown with your appropriate dropdown control name which is present inside the data card..

  • theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    hello,

    Please do below:

    1. Set the primary field of combobox to 'Agent group'.

    2. Put Items formula as 

     

    Distinct(Vfilters,'Agent Group')

     

    3. Then follow based on your destination list's (Not Vfilters list) Agent Group column:

    For Choice Column:

    {Value: DataCardValue2.Selected.Value}
     or 
    {Value: DataCardValue2.Selected}


    For Lookup Column:

    {ID:DataCardValue2.Selected.ID,Value: DataCardValue2.Selected.Value}
     or 
    {ID:DataCardValue2.Selected.ID,Value: DataCardValue2.Selected.YourColumnName}

     

  • Allabasha Profile Picture
    85 on at

    Allabasha_0-1656962683771.png

    already tried but it is not working, tried again to show the error, It says exception Option Set Value.. value. not sure about this

  • Sunil-Narnaware Profile Picture
    681 on at

    @Allabasha yours is single line of text column right 'Agent Group' one..? 

    And by the way what is the data source you are submitting form to? Is it same as VFilters?

  • Allabasha Profile Picture
    85 on at

    Thank for your quick response , Plesae see the below

     

    1. Allabasha_0-1656962989404.png

    2, its not accepting the formula

    Allabasha_1-1656963059317.png

     

  • Sunil-Narnaware Profile Picture
    681 on at

    @Allabasha can you paste the picture of your controls? how they are placed?

  • Allabasha Profile Picture
    85 on at

    Hi Sunil, 

     

    I have 2 Data sets, 1. Onboardings and the other is V FIlters ( this table I am just using to auto populate the values, it has 2 text box coloumns which you can see above, If I select ###### desk, I should be able to Populate the text box Value as "####". Like that..

     

     

    yours is single line of text column right 'Agent Group' one..?  it is a combo box 

    And by the way what is the data source you are submitting form to? Is it same as VFilters? Data needs to be submitted to other table whichis onboardings, V Filter table acts like list to compare values and to populate

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard