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 Apps
Answered

undefined

(0) ShareShare
ReportReport
Posted on by

Hi,

I want to patch data from entity to a dataverse table.

Now the scenario is entity contains multiple rows  of data.

I am  able to patch only the first row but I want all the rows of data to be patched from that entity to a specific dataverse table

How can  I achieve this?

Categories:
I have the same question (0)
  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at

    ForAll(

    Patch(

    Datasource,

    Defaults(Datasource),

    {

    ...

    }
    )

    )

     

    If you need additional help please tag me in your reply and please like my reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️!

    Best regards,
    Gonçalo Nogueira

    Check my LinkedIn!

    Check my User Group (pt-PT)!

    Last Post on Community

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Kushal79,

    Have you solved your problem?

    Do you want to patch all the records in an entity to another Dataverse table?

    Could you please share a bit more about the scenario?

     

    Actually, if you want to transfer data from one Dataverse table to another Dataverse table, it is easy to achieve this using the ForAll() function.

    Firstly, please consider saving the entity data into a collection:

    ClearCollect(YourCollectionData,EntityName)

    Then add a save button and set the OnSelect property as below:

    ForAll(
     YourCollectionData,
     Patch(
     'YourDataverseTable',
     Defaults('YourDataverseTable'),
     {
      TableColumn1: CollectionColumn1,
     TableColumn2: CollectionColumn2,
     TableColumn3: CollectionColumn3,
     ... 
     }
     )
    )

     

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 316 Most Valuable Professional

#2
11manish Profile Picture

11manish 242

#3
Valantis Profile Picture

Valantis 198

Last 30 days Overall leaderboard