Webhook bundle: field value empty if field name contains a bracket?

:bullseye: What is your goal?

Map a field from a webhook bundle whose field name contains bracket characters

:thinking: What is the problem & what have you tried?

The webhook bundle I receive from an HTML form submission includes a text field whose name is “privacy”. When I examine the values received in the webhook output, the privacy field shows a text value. But when I try to map the bundle (to a Google Sheet and/or Set a Variable), there is no value in the field. (Note that I cannot change the HTML field name - it is automatically generated by Rapidweaver Elements for a checkbox form field.)

:clipboard: Error messages or input/output bundles

(see attached screenshots)

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

Yeah this is a known issue. Make expects variables ending in square brackets to be arrays and not text.

Best suggestion is to change it on the other end to not be sent with the square brackets in the name.