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 / Form, choose from drop...
Power Apps
Answered

Form, choose from dropdown or enter new

(0) ShareShare
ReportReport
Posted on by 725

Hi everyone

I have a Edit form saving to a Sharepoint list. My Title column which is a single line text, is in my form twice, once as a dropdown and once as a standard datacard. Then with a toggle I switch visibility between the two.

The Title column is used as a subcategory selector in my form.

My intent was when entering a new item, I could choose between selecting from the dropdown, but if I could not see the appropriate text I could toggle to adding a new value(or subcategory). But it seems that when submitting I can only have one or the other. 

I hope that's clear

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi,

    When it comes to submitting your entry are you just using the SubmitForm Function? Assuming so, you might want to look into the Patch Function, which will give you much more control over what is updating what. Also if memory serves me correct, you may have some luck, looking to the Update property of the DataCards and adding logic in there to update based on the value of one control over the other.

    Patch function - Power Apps | Microsoft Docs


  • Verified answer
    WarrenBelz Profile Picture
    156,125 Most Valuable Professional on at

    @Corissandageri ,

    You can put them in the same Data Card with the same visibility rules and change the Update of the data card

    If(
     YourTextBoxName.Visible,
     YourTextBoxName.Text,
     YourDropDownName.Selected.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.

     

  • WarrenBelz Profile Picture
    156,125 Most Valuable Professional on at

    Hi @Corissandageri ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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.

  • R Bakker Profile Picture
    725 on at

    Hi Warren, I've been away from Power Apps for a few days, yes this works well thank you. Never even thought it was a possibility to have more than one input in a single datacard.

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard