I have a Dataverse with a column Type, called 'Part Type'
I also have a Dataverse called 'Maintenance Parts' which has a column for Name which is currently blank.
Can anyone tell me the steps and expressions needed to copy data from Type column and paste it into Name column also run whenever a new row is added in Type column?
Thank you for your assistance.
You can create a real-time workflow that will handle Create of the record and update the record with the value from your dropdown.