The webhook results are being received, but are not available as inputs for other modules

My data is coming into my scenario successfully[See image]. But it is nested as collections within collections within collections.

I’m interested in extracting the data highlighted pointed at in red, but by the time it comes time to use that data in a module…it shows up as empty.

  1. Why is it showing up as empty?
  2. How can I get access to that data please?

Thank you for any advice that you can give.

Hello @Pocket_Office,
Welcome to the community.
First of all, can you please confirm that your key for that choice field is always the same, or will it be changed every time?

If it’s not changed, it can be easily implemented using the get() function.
Read more in help get(object or array; path)

I would also recommend that you check this official Make course as well.
https://academy.make.com/courses/IntermediateC02

Welcome to the Make community!

You can use the built-in function toArray on the data collection first. That way you will be able to iterate the items.

For more information, see the function documentation in the Help Center.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.