How do I get to the content of this payload?

I've got an iCal node that is returning the content in the screenshot below, it returns an object in an array[1] when there is an upcoming event that matches the filtering criteria I've given the node and I want to then use a switch to deal with this input. It returns an [ empty ] in an array[0] when there is no match, I can't see this either.

Here is what I've tried:

msg.payload
msg.payload.value
msg.payload.summary (summary is the field I want to look at)

but I can't 'see' the data in the subsequent switch node

Just found this:

image

: copies the path to the selected element to your clipboard. In this example, it will copy payload.Phone[2].type . This allows you to quickly determine how to access a property in a Change or Function node. : copies the path to the selected element to your clipboard. In this example, it will copy payload.Phone[2].type . This allows you to quickly determine how to access a property in a Change or Function node.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.