web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Trying to save the sel...
Power Apps
Answered

Trying to save the selections in a multiple combo box to a single Dataverse.

(0) ShareShare
ReportReport
Posted on by 134

G0Springs_0-1641916832061.png

Above is a Gallery I have named 'Product Record Gallery', Items for which is = to the dataverse 'Project Record Lists'

 

The Combo Boxes below: 'Design Characteristics Choice' and 'Product KC Choice' pull from a dataverse I named 'Product Records'. Though from different columns.

 

Each of the three combo boxes named 'First Inspection Choice', 'In-progress Inspection Choice', & 'Final Inspection Choice'

inspections pull from the dataverse named 'Measurement Techniques'. All from the same Column.

 

I would like to have my save button coded so that when I click it it saves the entries in the five combo boxes and the Text Input all get saved to the same dataverse 'Project Record Lists', and all to different Columns.

 

G0Springs_1-1641917487179.png

 

 

 

I have the same question (0)
  • Verified answer
    Ram Prakash Duraisamy Profile Picture
    5,593 Super User 2025 Season 2 on at

    Hello @G0Springs,

     

    Hope you are doing good, you can try below Code

     

    ForAll(Gallery2.AllItems,
    Patch('PROJECT RECORD LISTS',ThisRecord,{
    'Characteristics':DropDown1.Selected,
    'Product KC':DropDown2.Selected,
    'Feature':textBox1.Selected,
    'First Inspection':DropDown3.Selected,
    'In-Progress':DropDown4.Selected,
    'Final Inspection':DropDown5.Selected,
    }))

     

    In the Above code, am getting all the Items from the GALLERY and Patching it to the Respective Table's Gallery

     

    Gallery2 --> Provide your gallery name

    'PROJECT RECORD LISTS' --> Your table Name 

    DropDown1/DropDown2/DropDown3/DropDown4/DropDown5 --> Your Drop down name

    textBox1 --> Feature Textbox name from Powerapps

     

    Let me know if you have any query so that i can clarify the same

     

    Please mark as Answer if it is helpful and provide Kudos


    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
    Blog : https://microsoftcrmtechie.blogspot.com

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard