I try to open a modal above modal, using SDK.
I run monday.execute('openAppFeatureModal')
and from inside this modal I run monday.execute('openFilesDialog')
.
the opening of second modal cause the parent modal to be reloaded after close FileModal.
any idea?