I’m creating an HTTP request node, using a NocoBase variable that is associated with a dropdown field.
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!)