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 / PowerApps - Display Ga...
Power Apps
Answered

PowerApps - Display Gallery Radio button value and submit form into SharePoint List

(0) ShareShare
ReportReport
Posted on by 32

Hi All,

 

This is my expected result that I wanted to update into SharePoint List (column name = department, column type = Multiple Lines of text) via SubmitForm

JSJS_0-1673924091425.png

Department - Combo Box 

JSJS_1-1673924515964.png

Items Property of Gallery

JSJS_0-1673926443157.png

Selected Department will display in Gallery with the Radio button

JSJS_2-1673924616789.png

 

 

How to update as the expected result into SharePoint List (department column) upon clicking Submit button [OnSelect Property > SubmitForm(Form1)]

JSJS_3-1673925351730.png

 

 

 

 

 

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

    Hi @JS-JS ,

     

    Please try:

    Concat(
     Gallery3.AllItems,
     Label1.Text & " - " & Radio1.SelectedText.Value,
     Char(13)
    )

     

    Best Regards,

    Bof

  • JS-JS Profile Picture
    32 on at

    Hi, 

    Thanks for your reply.

     

    I had tried the way you replied, however the radio button value still blank (not display) as per the expected result.

    JSJS_2-1673927619311.png

     

    Radio Button Property:

    JSJS_0-1673927505411.png

    JSJS_1-1673927528441.png

     

     

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

    Hi @JS-JS ,

     

    Could you please check if the radio control's name is right?

     

    Maybe you could try:

    Concat(
     GalleryName.AllItems As TableA,
     TableA[@Label1].Text & "-" & TableA[@Radio1].Selected.Value,
     Char(13)
    )

     

    Best Regards,

    Bof

  • JS-JS Profile Picture
    32 on at

    Yes,

     

    I tried to use the formula you gave and apply in a textbox to check the result. 
    JSJS_0-1673934082108.png

     

    But the result still the same

    JSJS_1-1673934394808.png

     

    Radio button

    JSJS_2-1673934418693.png

     

     

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

    Hi @JS-JS ,

     

    I've made a test but did not encountered the problem you mentioned.

    vbofengmsft_1-1673935074412.png

     

    Could you please create a new gallery and try again?

     

    Best Regards,
    Bof

     

  • JS-JS Profile Picture
    32 on at

    Hm ... i tried created a new Gallery. But the result still the same. 

     

    Is it possible due to this control in the Gallery? The reason that I put this control because I need the Gallery display the selected value from the Combo Box

    JSJS_1-1673936576917.png

     

     

     

  • JS-JS Profile Picture
    32 on at

    All the elements are under the same DataCard in EditForm. but the Radio button value not appearing

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

    Hi @JS-JS ,

     

    Could you please consider providing detailed steps so I can try to reproduce your issue.

     

    In addition , you could create a support ticket for professional assistance following the below procedure. 

    Get Help + Support - Power Platform | Microsoft Docs 

     

    Best Regards, 

    Bof

  • JS-JS Profile Picture
    32 on at

    .

  • JS-JS Profile Picture
    32 on at

    Hi,

     

    Please refer to the step below:

    1. Create a blank screen 

    2. Insert [Edit Form] and connect to SharePoint List (List Name= testForm, column name = baseDepartment, column type = Multiple Lines of text)

    3. Unlock baseDepartment DataCard, change from TextInput to ComboBox in DataCard

    4. Add items control in ComboBox

    JSJS_1-1673947545388.png

     

    5. Insert Gallery inside the baseDepartment DataCard 

    6. Add formula in Items Property of Gallery

    JSJS_2-1673947587976.png

    7. Add TextLabel and Radio Button in Gallery

    JSJS_3-1673947702223.png

    JSJS_4-1673947744363.png

     

    8. Insert a TextInput to check the outcome of selected base Department and selected Radio button value

    JSJS_6-1673948047751.png

     

     

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
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard