Mobile: Confirmation modal not showing

Hello,

Im building a mobile app, and wanted to open a confirmation modal before running a query, but the confirmation modal does not appear on mobile. The query (and confirmation modal) are beeing triggered on the click event handler on the indicated button:

Is this a known issue?

Hey @mdressel!

Thanks for surfacing this! The "Show a confirmation modal before running" actually wasn't meant to be supported and the option is set to be removed.

Could it work to use an "Alert" action before running the query instead?

Hello @Kabirdas ,

Thank you for the tip. That solved the issue :smile: