I am trying to receive payment information from a Calendly event module.
I get the event fine, and the bundle shows the correct structure, but elsewhere in the scenario I am unable to access the stucture.
This is similar to what is described here:
You can see the payment info in the output bundle:

But when I try to access it in the scenario I see this:

I tried using the Get an Event module to retrieve the event as suggested in the linked thread, but it does not return the payment information.
Could the Calendly module be fixed, or is there a workaround for this?
Thanks
If I parse the JSON (by pasting from a previous run) it works fine. Is it possible to get the Calendly module to do JSON pass-through?