HI Everyone.
I have two dataverse tables
Risk - containing all the base dataverse columns plus a variety of other columns such as initial, residual, and true risk scores (true being an automated column for reporting purposes that self populates with initial or residual depending on whether or not the user marks controls as being in place), Risk Owner, Category of risk
Issues - containing all the base dataverse columns plus a variety of other columns such as Impact of Issue, Issue owner, Category of issue
Because risks can become issues if they materialise I am looking for a 1 button solution to move all the key details from the risk, into the issue table.
And if I am being fancy, Close the risk at the same time.
I have tried using Patch(Risk, Defaults(Issues),but I am having errors related to unexpected variables,
I'll be honest while I am ok with table, form, and app works, even some basic PCF, the Fx coding for commands doesn't seem to work for me.
I have been able to do a copy details to same table as a new entry command

but the act of copying to a new table seems to be illuding me.
Any support would be greatly appreciated.