Hi team,
I'm writing a script in the Developer Tools console (Account menu → Developer Tools) and trying to use Global.promptPopover to show an in-app popup that prompts the user to paste/enter data and waits for their response. The script runs without throwing an error, but no popover ever appears on screen.
What I've observed while debugging:
My questions:
For context: My end goal is to let a user run an "Item Data Import" script and be prompted to provide CSV data (ideally a file upload, or a paste-in text box as a fallback), which the script then parses and pushes into the master Templates library via Templates.insertBatch. The import logic itself works correctly when I hardcode the CSV; I just need a reliable way to prompt the user for input at run time.
Thanks!