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 submit form ...
Power Apps
Answered

Unable to submit form if I choose data from the combo box

(0) ShareShare
ReportReport
Posted on by 51

Hi all,

        I am a beginner in power apps. I want to use a combo box(Not mandatory field) to create selective filter or formatting. But I am able to submit the form if I don't use the data from the combo box . But if I use the data from the combo box, I am not able to submit the form. 

JayanthanJ_0-1633021985625.png

In the above picture, I have GEO as combo box. It's value is based on Sub GEO (DataCardValue17). If I fill the form without GEO(which is the Combo box), I am able to submit the form. But if I fill the form with value in GEO, I am unable to submit the form and the error says:

JayanthanJ_1-1633022308377.png

Please help me with this.

Categories:
  • cwebb365 Profile Picture
    3,334 Most Valuable Professional on at

    It's most likely not a data match with the connected datasource to the form. What is the form connected to? What is the field datacardvalue17 is connected to? If you click on the card(assuming you using the form card) what is the update property set to? 

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @JayanthanJ :

    Could you please tell me :

    What is your data source?Is it a SharePoint list or a Dataverse table?
    What is GEO?Is it a Choices column or a text column?

    I assume your data source is a SharePoint list and GEO is a choices column,then the formula should be:

    Switch(
     DataCardValue.Selected.Value,
     "North America",
     Table({Value:"North America"}),
     "Latin America",
     Table({Value:"Latin America"})
    )

    Best Regards,

    Bof

  • JayanthanJ Profile Picture
    51 on at

    Hi @cwebb365 ,

                  The form is connected to a sharepoint list.  The field datacardvalue 17 is connected to a multiple choices column in the same sharepoint list. For the datacardvalue17, the update property is set to DataCardValue17.Selected and for the datacardvalue18, the update property is set to DataCardValue18.Selected

  • JayanthanJ Profile Picture
    51 on at

    Hi @v-bofeng-msft ,

         As I mentioned above (and as you predicted), the data source is a sharepoint list. But the GEO column is single line of text. That is why I used the formula.

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @JayanthanJ :

    Please set the update property to

    DataCardValue18.Selected.Value

    and check if the problem still exist.

    Best Regards,

    Bof

  • JayanthanJ Profile Picture
    51 on at

    Hi @v-bofeng-msft ,

    When I tried changing the update property, an error appears. I have attached the screenshot down below:

    JayanthanJ_0-1633069175332.png

     

  • Verified answer
    cwebb365 Profile Picture
    3,334 Most Valuable Professional on at

    Hmmm, what is your datafield set to? Seems that this field isn't a single line text if it's saying it needs record value. If it's a multivalue item then you would use datacardvalue18.selecteditems instead of a single value if you are wanting multiple values. Otherwise make sure your comboboxes are set to not allow multivalues. 

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 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard