I am trying to populate a Choice Column in Dataverse (for all the rows), with the values found in another column of the same table, using the code below, but this is not working:
ForAll(MyCollection,Patch(MyTable,ThisRecord,{MyChoiceColumn: MyStringColumn)}))
Thanks.