I need to open a powerapp from a button in D365FO, and I have found that I can do that using the browser class, with a call like this : browser.navigate(url,true);
It will then open the powerapp in a new tab page, but I would like it to open in a popup window instead.
Any ideas on how I can do that?