I have an app where I want to update values in a board group. I have a Board group menu feature which does exactly what I want. It opens up a dialog and the end user enters values, and I can update the columns I need. But after doing that I want to close the dialog and reset my internal variables ready for the next menu action.
I can’t find a way to do that.
moday.execute ‘closeDialog’ crashes, ‘closeAppFeatureModal’ doesn’t crash but doesn’t close the dialog either.
Bill here from monday.com - welcome to the community
Would you be able to please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it?
I am also experiencing this issue. My app has a “Close” button after it has performed the action, clicking it currently does nothing. Here is my code for the close button:
export function closeWidget() {
sdk.execute("closeAppFeatureModal");
}