I am building a flow that 1) Lists rows from a table in Excel, 2) for each row, Add a row in a Dataverse table.
However, the data output from "List rows present in a table" cannot be added to the Choice column on the Dataverse.
In the screenshot the Choice fields have a dropdown to select the choice, however, I need to add the dynamic content from the output of the 'List rows' step.
How can I "Enter a Custom Value" using the dynamic content from the List Rows Present in a Table output?

Additional Information.
The data output from the "List Rows Present in a Table" step contains the text/name of the choice in the Dataverse.
But I'm now assuming that for the "Add new row" step in Dataverse I'll need the Value (enum) of the choice to add it.
Taking a peek at the code, I see that it would look something like :
"item/ms_itemstatus": 100000001
I'm not sure of a custom expression that I could use? (Perhaps an 'if statement').