Pass JSON intact from one Webhook to one of two others via filtered HTTP POST

I had created a scenario with a Webhook trigger from a Jotform form. The Webhook received the JSON payload from Jotform as 1. rawRequest. The JSON Parser was mapped to receive the rawRequest and the whole scenario was set up and working correctly until I hit the Gmail connections limit (too many Draft Email modules) so I had to split my scenario into two. Jotform cannot conditionally send the payload to only one of the two new scenarios. So, I want to send on the 1. rawRequest to either one of the two new scenarios using an intermediary Webhook and two HTTP Modules. Basically, the new Webhook needs to accept the 1. rawRequest and send it on (without alteration) to either one of the two scenarios using a filter on each HTTP Module, so that each scenario receives the 1. rawRequest intact. That way, I don’t need to remap my two scenarios. Whatever configuration I seem to try doesn’t work. It is always received in the other scenario as the full list of fields, which the JSON Parser cannot parse. I hope someone can point me in the right direction. Thank you in advance.
Jotform Webhook Filter.blueprint.json (32.1 KB)