Skip to main content

Hi,

My dev team is developing our first marketplace app (a dashboard widget) and we have a few questions:




  1. Is there a quicker way to move an app from one Dev account to another, that does not require manual re-entry of settings? The way we did it today was via zip file upload, but then the settings have to be re-entered… quicker way would save us time in the future.




  2. Here are some questions that we have about monday’s API:

    A. Is there an option to dynamically modify/change the widget settings depending on another setting selection or the needs and functions of the application? For example: In the settings, if a checkbox option is checked, another settings field should not be visible, or be grayed out.

    B. In the Groups section of our widget’s settings, by default we have the option “All groups” selected, but this doesn’t return data for all the groups. Instead it returns an empty object. How can we retrieve the data for the Groups that have been selected by default?

    C. Is there an option for us to get the value calculated in a formula column?

    Thanks!

    Steve




  1. No. You just have to take ages manually re-entering things. I’d love an app manifest so that things could be simple.

  2. a. No.

    b. Via the api/graphql

    c. No. That’s calculated on the client side, but it might be available in the api sometime soon.


Reply