Currently, when I send a body to an inbound webhook trigger and there are some keys that contain a space I cannot use those values inside of the rest of the workflow as a Custom Field because it errors out.
I made two tickets for that by now and the fix is easy: just add your own underscores to the keys when you detect spaces. Now all data can be used.
I don't always have control over the data that I send (even your own send webhook action does this).
Please make this simple fix so I don't have to create another ticket in a few months...