In our Power Apps application we have a Choice Field with three options.

As part of our business process we have a Flow that populates a Word template that gets e-mailed. In the flow I have an "Initialize Variable" step that is supposed to get the value from the choice shown above.

But instead of getting the text value I'm getting the internal ID for the Choice.
What do I need to do to get the text value for the choice and not it's internal ID?
Thanks!