#Array output not displaying in table
1 messages · Page 1 of 1 (latest)
data.links is coming up undefined in table but in json it is an array when I click on all fields
Hey. 👋🏻 could you share your full actor.json ?
After searching a lot i put those fields in omit earlier all fields were supposed to display
data.otherLinks is a array of object in which each object has 2 fields title and url
rest of the field I am able to see in table except links
tried format=object but it also didn't work
I also tried saving only url in array ["url1", "url2"] but that also didn't work