I want to open a new modal from my currently open modal (this small one when you open an app for doc action toolbar).
I am using this call monday.execute
but then I get error in logs:
Uncaught (in promise) Error: “openAppFeatureModal” execute command isn’t available or supported for this app feature type
For now I am trying to open a google page.
monday.execute("openAppFeatureModal", { url: "www.google.com", width: 800, height: 600 })
Which feature types can handle this call? Maybe it is worth to list possible feature types in documentation?
Thank you in advance for a help.