How do I reference a data point if the first bundle does not have it?

Hello

In my scenario I have a list of names, phone numbers, mobile numbers etc in an external database that I have no control over (apify output)
Sometimes there is a phone number, sometimes there is a mobile number.

I want to copy the incoming data into a spread sheet, but I don’t know how to reference the data points that are not available in the first bundle. How do I do this?

thanks!
Barbara

Hey Barbara,

if you know what the name of the variable is, you can type it in manually. The easiest way is to copy an existing variable from the same module into a text editor and replace the variable name.

Hey thanks for the quick reply.

This did actually work, thank you so much.

At first I tried to just add the variable name to the parent variable name, but that did not work.

Copying to a text editor and replacing like you recommended did work even though it looked a bit funny.