How to "skip" an entry if a variable is missing

Options
Hi Guys, 

I'm calling an API, and loop through it to get all items in a database. This works fine, however if one variable is missing in one of the items i'm looping through, the loop breaks. 

How can I make sure the loop continues, if one item has a missing value?

Thanks!

Comments