Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Merge 2 fields with data in CRM

(0) ShareShare
ReportReport
Posted on by

Hi,

Is it possible to merge 2 fields with data in to 1 field or a new field in a Sales form? 

Or maybe display data from those 2 fields in 1 field with the possibility to edit the data?

Please advise.

  • Inogic Profile Picture
    599 on at
    RE: Merge 2 fields with data in CRM

    We can merge the value of two different fields and populate the same in third field using “Power Automate Flow” as below:

    • Create a new Power automate flow and registered the same on Create and Update of respective field using “When a row is added, modified or deleted” action of Flow.

    Below is the screen clip for your reference:

    1Power-Automate-Flow.jpg

    • Add another action (i.e. Update a row) where we have to merge value of two different fields into third field. So we took below example for the same.

    Example:

    Merge value present in First Name and Last Name field and update the same in “Account Name” field and for the same we used “concat” function which is present in flow to generate required string as shown below:

    2Power-Automate-Flow.jpg

    Expression: concat(triggerOutputs()?['body/new_firstname'],' ',triggerOutputs()?['body/new_lastname'])

    • Tested above flow by creating new Account record and also by updating respective fields (i.e. First Name and Last Name) and noticed that it is working as expected.

    Below is the screen clip for your reference:

    3Power-Automate-Flow.jpg

    4Power-Automate-Flow.jpg

    Note: Microsoft recommends to use Power automate instead Workflow so use this(Power Automate) latest feature of Microsoft so we can achieve requirements like above using “Power Automate Flow”.

    Hope this helps.

    Thanks!

  • Community Member Profile Picture
    on at
    RE: Merge 2 fields with data in CRM

    Thank you Leah Ju, very helpful  :)

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: Merge 2 fields with data in CRM

    Hi,

    You can also try to create a Calculated field on your entity and use Concat() function in it.  But there are restrictions on your field type.

    You can refer to Define calculated fields with Dynamics 365 Customer Engagement (on-premises) | Microsoft Docs to create a Calculated field.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Merge 2 fields with data in CRM

    Hi MRak,

    You can go Settings > Process to create a workflow to achieve it.

    6254.pastedimage1628236570745v2.png

    1513.pastedimage1628236441973v1.png

    Add field1 and field2 dynamic value to field3:

    4237.pastedimage1628236861696v6.png

    Save and active it.

    2045.pastedimage1628236657381v4.png

    Test Result:

    After clicking save button, the value of field3 can be updated.

    0218.pastedimage1628236789051v5.png

    Regards,

    Leah Ju

    Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.

  • Suggested answer
    Guido Preite Profile Picture
    54,082 Moderator on at
    RE: Merge 2 fields with data in CRM

    with code is possible

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans