Array output not displaying in table
I am trying to display an array field in table but its showing undefined I have specified that in dataset_schema
"data.links": {
"label": "Links",
"format": "array"
}
4 Replies
flat-fuchsiaOP•2y ago
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 ?
flat-fuchsiaOP•2y ago
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
@shivendra5452 just advanced to level 2! Thanks for your contributions! 🎉