Assigned numeric values in forms are not transmitted via Webhook
I have a form with Radio Buttons. I use the "assign values" option to assign numeric integer values to the options.
When submitting, the form is transfered to a webhook. However, in the resulting JSON, the name of the selected item is shown instead of the value.
How can I have the assigned value to be transfered to the JSON?