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 Automate / How to add a record au...
Power Automate
Answered

How to add a record automatically into dataverse table A when record add a into dataverse table B

(0) ShareShare
ReportReport
Posted on by 265

HI,

my requirement is How to add a record automatically into data verse table A when record add a into dataverse table B. When a record add into Table B, should add it's column values into table A also(by flow). and also after updating record of the Table B, it should be updated into table A(by flow) ,I used when item is added and modified as the  triggering point . 

in my table A, I have used Email, Employee name fields. so I want to add those created record into table B also by the flow.

 

 

thanks

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,828 Most Valuable Professional on at

    Hi @Erandi,

     

    You could have a look at using a dataflow for this with Power Query instead? That might be able to handle creates, updates and/or upserts a bit better:

    https://learn.microsoft.com/en-us/power-query/dataflows/overview-dataflows-across-power-platform-dynamics-365

     

    I have shared an example in this other thread:

    https://powerusers.microsoft.com/t5/Building-Flows/Identify-unique-values-from-a-Dataverse-table/m-p/2372258/highlight/true#M264379

     

    Below is that same example.

     

    1. The dataflow

     

    dataflow_example.png

     

    2. A Power Query to remove duplicates based on the combination of two columns

     

     

    let
     Source = CommonDataService.Database("<orgid>.crm11.dynamics.com"),
     #"Navigation 1" = Source{[Schema = "dbo", Item = "crca4_factor"]}[Data],
     #"Removed duplicates" = Table.Distinct(#"Navigation 1", {"crca4_baseyear", "crca4_factorname"})
    in
     #"Removed duplicates"

     

     

     

    removedduplicated_powerqueryM.png

     

    3. Loading that data into an existing table and mapping the source to destination columns

    testentity_load.png

     

    4. Example of dataflow refresh history run with upserts (with updated rows and inserted rows).

     

    dataflow_history.png

  • Erandi Profile Picture
    265 on at

    thank you very much @Expiscornovus  it is very helpful answer

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard