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 / Save gallery to differ...
Power Apps
Answered

Save gallery to different sharepoint list

(0) ShareShare
ReportReport
Posted on by 56

Hi Team,

I have created a self rating app where gallery is connected from List_1, user will end up giving there comments in last column and all the details need to patch to list_2, please help me.

Self rating & Comments is the column where user gives their input.

 

Thanks in advance !

raassd_0-1655725103870.png

 

Categories:
I have the same question (0)
  • anibra Profile Picture
    278 on at

    Hi @raassd, what is exactly your problem? What do you mean by details?

  • Verified answer
    v-yujincui-msft Profile Picture
    Microsoft Employee on at

    Hi @raassd ,

     

    Are you using an editable gallery in your App?

    Maybe you could try to use Patch() function to create record in another data source.

    Patch function in Power Apps (contains video) - Power Apps | Microsoft Docs

     

    I have made a simple test for your reference.

    1. Here are my lists.

    vyujincuimsft_0-1655783965846.png

    2. Here is my App.

    Patch(List1,Gallery4.Selected,{Customertype:{Value:ComboBox1.Selected.Value},Comments:TextInput1.Text});
    Set(varrecord,LookUp(List1,Gallery4.Selected.ID=ID));
    Patch(List2,Defaults(List2),{Title:varrecord.Title,Email:varrecord.ApprovalEmail,'Serial number':varrecord.Serialnumber,
    type:{Value:varrecord.Customertype.Value},Comments:varrecord.Comments})

    vyujincuimsft_1-1655784091677.png

    Result:

    patch.gif

     

    Best Regards,
    Charlie Choi

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard