I have a table called "Project Registration" where the user set the Choices field using the UI (Model Driven App), now from the Flow I have a trigger that will get activated when a New Project Registration is created. Inside that Flow, below the trigger, I'm creating a New Row on the Project Table, where this Choices field is created on the same way, and they share the Choices List.


**This are the 2 tables on Dataverse.

**This is the Trigger on the Actual Flow
**And this the step that it is creating a new Row on the Project table
I tried different formulas to set this Choices column, but nothing seems to be working.
Does someone know how to set A Choices Field on Dataverse using Power Automate flow?
Thanks.