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!
Hey Brian, thanks for reporting. The scripting is not meant to be used yet (accidentally released with our latest update). It should be coming out with our next major release, though. We will be improving the documentation when we release this feature.
Side note - the functions work if you don't prefix them with global (right now).
Great. Thank you!