Calendly event info is not fully parsed

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:

Screen Shot 2023-09-07 at 4.00.49 pm

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

Screen Shot 2023-09-07 at 4.01.42 pm

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?