Unable to trigger showConfirm when modal is open

Hi,

client.interface.trigger(“showModal”)

after opening a modal using the above code, I’m trying to trigger an confirm modal
client.interface.trigger(“showConfirm”)

but when I do this the existing modal collapses and the flow breaks.

Is this an know thing?

Thank you.

Hi @Bene_Immanuel

You can’t open the confirm from the modal because the interface method and events method are not supported in the Modal

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.