I’m trying to publish a post to instagram with a post being a row/item in a Monday table. The way I’m starting the flow is by selecting my app (Board Menu Item Feature) from the item menu.
Problem I’m running into is that I want to open up a modal with my app so I can go through the publishing workflow I have planned.
I’m using the monday.execute(“openAppFeatureModal”, {… which is opening the modal as you can see but it also opens up the standard Monday app window beside it (behind the modal). Is there a way for me to listen to the button click and open the modal only?