I need to modify JSON data before sending it to an external webhook

Welcome to the Make community!

The equals operator is case-sensitive.

You can try using the replace function with a pattern instead.

{{replace(1.sex; "/^(Non-Binary, Gender Fluid, Gender non-conforming, or Gender queer)$/i"; "Non-Binary")}}
:warning: Make Input Markup:
        Copy-paste the above into the field, including start/end curly brackets for it to import as intended

This replaces an exact match, but not case-sensitive.

Screenshot 2026-02-12 161805

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!