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 / Need to copy multiple ...
Power Apps
Answered

Need to copy multiple records fro one D365 Data entity to another D365 Data Entity

(0) ShareShare
ReportReport
Posted on by 11

Hi,

 

I need to copy multiple records from one D365 Entity to another D365 Entity using button click in one form. So Multiple records will copy from one form to another form. what function  i need to use to copy multiple records from one data entity to another data entity in powerapps.

 

 

Thanks in advance,

K. Vigneshvaran.

Categories:
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @harry17 ,

    Could you please share a bit more about your scenario?

    Do you want to copy multiple records from one Entity to another Entity?

     

    Based on the needs that you mentioned, I think the ForAll function and Patch function could achieve your needs. Please consider take a try with the following workaround:

    Set the OnSelect property of the button in your Edit form to following:

    ForAll(
     'First Entity',
     Patch(
     'Second Entity',
     Defaults('Second Entity'),
     {
     Column1: 'First Entity'[@Column1],
     Column2: 'First Entity'[@Column2],
     Column3: 'First Entity'[@Column3],
     ...
     ...
     }
     )
    )

     

    As an another solution, I think Power Automate could achieve your needs. You could also consider set up a Power Automate flow as below:

    2.JPG

    then trigger above flow, then these records from your Entity A would be synced to Entity B.

     

    Please take a try with above solution, then check if the issue is solved.

     

    Best regards,

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard