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 / Copy & Paste - Previou...
Power Apps
Answered

Copy & Paste - Previous Line Item data

(1) ShareShare
ReportReport
Posted on by 138
Hi 
 
I have Gallery with the below fields. (Title, Riverbank Reference etc). Once clicking on the Copy Last line I need to create new line item and copy - paste the previous line item data.  Please help
 
 
I have the same question (0)
  • schithambaran Profile Picture
    138 on at
    Thank you so much for the response. 
    But there is no action have seen once click on the Button. 
    Am trying to resolve it, any suggestions.
  • Verified answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 2 on at
     
    For the Button's OnSelect Property: Assuming your data source is named MyDataSource:
    Collect(
        MyDataSource,
        {
            Title: Last(MyDataSource).Title,
            'Riverbank Reference & Criteria': Last(MyDataSource).'Riverbank Reference & Criteria',
            'Customer Contract': Last(MyDataSource).'Customer Contract',
            'Preapprover Name': Last(MyDataSource).'Preapprover Name',
            'Approval Status': Last(MyDataSource).'Approval Status'
        }
    )
     
    Replace the field names (Title, 'Riverbank Reference & Criteria', etc.) with the exact column names from your data source.
     
    thanks

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
Kalathiya Profile Picture

Kalathiya 428

#2
WarrenBelz Profile Picture

WarrenBelz 374 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard