In our order processing system, we have a Choice Field.

Additionally, our Orders table has a field which refers to this Choice Field.
When our flow processes Orders, currently we compare the Order's Order Status to the numeric Value above, which we don't like:

We'd prefer to use the Label instead, something like below (so we don't have to care about the underlying value in flows, just the Choice Field's Label)

How can we do this?