I’m trying to create a monday.com app (board view/widget) that displays data from an external system. The data isn’t public, you need to be an authenticated user to get access to it.
For example, I have a custom system where we track the training sessions a user has attended. I want to display a widget where I can show a pie chart indicating info about it (% attended vs missed sessions). This data is already in our system.
Is this possible? Does this depend on the app view setup (URL vs zipped build file)?
