Hi All,
I'd like to understand what are the different solutions to copy the record of a lookup column to another column in the same row, in a model-driven app or directly in Dataverse.
And which one would be the most efficient in my example below?
Let's use the below example.
I have an Account and a Contact table both related to the Enrollment table with a 1:N relationship.
When I create a new enrollment row, I would like to copy the record of Account and Contact to columns in the Enrollment table.

The goal is to preserve the data recorded when the row is created, even if in the future the related Account or Contact info changes.
Thank you for your help