Hi community,
I’m attempting to write a simple app to display information in an Item View. I started with the app described in the Quickstart guide and have compiled and run this little ‘hello world’ without problem.
I’m now trying to access the ItemId of the Item that the Item View is connected to. I can access the “context” with something like this
monday.listen("context", res => {
// do something with res.data
}
but this just seems to store global app properties, not the ItemId that this is an Item View of.
I haven’t been able to find much documentation about developing Item Views, I think they’re pretty new so a lot of the official documentation doesn’t mention them at all (like the Quickstart guide). They are listed here as one of the three app types.
Thanks in advance,
Matt
