Struggling to map a nested array from a webhook

I’m trying to figure out how to map nested arrays, and despite looking through several threads here, I still can’t seem to figure it out.

Here’s the output from the webhook that triggers my automation:

I’d like to be able to map the record ID that is nested under [Bundle 1]->[Submission]->[Questions]->[1]->[Value]->[1]->[recordID].

I’ve figured out a workaround that involves me iterating the Questions array and linking those back to the parent Airtable record, but I’d really prefer to avoid this as it overcomplicates my workflow and adds unnecessary steps.

Thanks in advance for any guidance y’all can provide!