Hey all,
One of our dashboard’s widget app flows is to create boards on behalf of our users.
As the dashboard might be located in different workspaces, we need to get the workspace’s id to which the dashboard is attached to, so we will create the board in the right workspace.
How can we retrieve the workspace_id
?
We couldn’t find it using the monday.get("context")
api call.
Thanks,
Etay