Skip to Content
0
Feb 03, 2023 at 08:56 AM

SAC Analytics Designer - PopUp during onInitialization - How to stop code from proceding?

121 Views

Hello,

I implemented a PopUp with a dropdown selection in the onInitialization function.

My problem is, that the onInitialization does not stop after the PopUp is open. The dropdown selection in the PopUp is needed for the onInitialization function. Therefore, currently it runs into an error. Can I somehow pause the onInitialization function and continue, after the user has selected the dropdown and clicks on "Ok" in the PopUp?

Thanks