[Solved] When Image (Attachement) not present in Airtable, thunkable code fails

When Image (Attachement) not present in Airtable, thunkable code fails. When I tried to show value of that column in label, it says undefined. Plz help

I tried


But still code fails.

I also tried comparing with != “undefined”, that also did not work

1 Like

The [is empty] is used to check if the whole list is empty. You want to check for a specific entry in the list so use [in list … get #1] != null

1 Like

Thanks a lot for replying
I am still confused.

works prints undefined on screen (Image_Qn is name of airtable column which may or may not have image attachment)


Code fails here. So I cannot use this in if condition. Kindly help

I compared getProperty(Image_Qn) != null , and that is working fine
Thanks for repplying

2 Likes