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 / How to get multiple ga...
Power Apps
Answered

How to get multiple gallery data into single ID sharepoint column

(0) ShareShare
ReportReport
Posted on by 258

I had created a Gallery which added a multiple category (DataCardValueCategory) and Assign To(DataCardValueAssignedTo) which add Email. now i have to store all the category and and Assign to person email at particular column of SharePoint so that Approval can be sent according to the Assign To.

 I have a SharePoint list which has Category and Assign To column but it is adding all into different row not in a single column. 

How would i perform so that it could be in single row and approval should be sent according to assign person one by one. 

 I know about the Automate Flow just need how i can save the data into single row.

 

B8_0-1682666731475.png

 

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

    Hi @B8 ,

     

    Do you want to put all three rows of data in the picture into one row of SharePoint? Or the controls in the picture are multi-select combo box, and you want to put the multiple results of each row into a row of SharePoint?

  • B8 Profile Picture
    258 on at

    yes I want to put all three rows of data in the picture into one row of SharePoint.

  • Verified answer
    WarrenBelz Profile Picture
    155,632 Most Valuable Professional on at

    Hi @B8 ,

    This will put them on one Text field, each on a new line

    Concat(
     GalleryName.AllItems,
     Category & " " & 'Assign to',
     Char(10)
    )

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • B8 Profile Picture
    258 on at

    I have to add one text field also and then add this code in that ?

    And how would I Patch this code in my SharePoint list.

     

    in my gallery - OnSelect I have written this code. 

     

    Patch(
    ColGridDataTwo,
    ThisItem,
    {
    Category: DataCardValueCategory.Selected,
    'Assigned To': DataCardValueAssignedTo.Selected
    }
    );

     

  • WarrenBelz Profile Picture
    155,632 Most Valuable Professional on at

    @B8 ,

    Like this I beleive

    Patch(
     ColGridDataTwo,
     ThisItem,
     {
     YourNewTextField:
     Concat(
     GalleryName.AllItems,
     Category & " " & 'Assign to',
     Char(10)
     )
     }
    )

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • B8 Profile Picture
    258 on at

    Its not working 

     

    How would I Create my SharePoint list according to this. I want to save my Gallery value and the i have to make Automate flow for one by one its should go to every category. If it is approve it goes to next category and so on.

  • WarrenBelz Profile Picture
    155,632 Most Valuable Professional on at

    @B8 ,

    Sorry, now I am quite lost as to what you are trying to do. The question you asked was How would i perform so that it could be in single row and approval should be sent according to assign person one by one. and that can be achieved with the code I provided

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 414

#2
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard