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 other choice an...
Power Apps
Unanswered

Choice other choice and possibility to write own response

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi, I want to ask if it is possible to choice from combo box for example a possiblity OTHER and then write own response. I have my data from SharePoint List.

Here is picture.

Odoslaný screenshot obrázok

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Could you please share a bit more about your scenario?

    Do you want to write own response within Site Status field (a Choice type column within your SP list) rather than "Other" word when you selected "Other" within the Combo box control?

    Further, how do you save your data into your SP list? Using SubmitForm function or Patch function?

     

    The user @joans has faced similar needs with you, please check my response within the following thread:

    https://powerusers.microsoft.com/t5/General-Discussion/Fill-in-option-on-dropdown-control/m-p/143863#M49360

     

    On your side, when you save your data into your SP list, you should check if current selected value within the Combo box control is "Other", if it is, write your own respone back to the Site Status field of your SP list, if not, write current selected value within Combo box control back to the Site Status field. 

     

    I assume you use Patch function to save data into youe SP list, please take a try with the following workaround:

    Patch(
    'YourSPList',
    Defaults('YourSPList'),
    {
    Title:DataCardValue1.Text,
    ...,
    Site_x0020_Status:If(ComboBox1.Selected.Value="Other","YourOwnResponse",ComboBox1.Selected.Value),
    ...
    }
    )

    Note: The ComboBox1 represents the Combo box control within your app.

     

    More details about Patch function in PowerApps, please check the followingh article:

    Patch function

     

     

    Best regards,

    Kris

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard