Dropdown "Option value" and "Option label"

I’m creating an HTTP request node, using a NocoBase variable that is associated with a dropdown field.

image.png

When I create a JSON body within an HTTP request node like the following:

{

“text”: “{{$context.data.firstName}} {{$context.data.lastName}} is ready to schedule at {{$context.data.practice}}. <users/1234567890>”

}
then I get the value in the “Option value” for the field so it looks awkward. How do I get that variable to return the “Option label” so that it looks correct (the “Option label” showing is the behavior in the UI throughout NocoBase, which is great of course!)

image.png

Currently, only the option value is available. You can set the option label to be the same as the option value.

Is there a way to grab that “Option label” in a prior workflow node? What would be the identifier?

You can set the option label to be the same as the option value.