Skip to main content
July 18, 2024

Open File with Prompt from Dashboard Button

  • July 18, 2024
  • 1 reply
  • 0 views

Hello,

I have created a button that opens a Book from File Explorer. This particular book requires prompts to run correctly, but when running the Book from the button, it skips the prompt dialog and runs with errors.

Is there a way to have the button ask for the prompts before running the book?

Thanks!

1 reply

July 18, 2024

I am also trying to figure this out and would love to see if there is a solution. I tried using a data management sequence to "export file," but it doesn't open the file after loading.

July 19, 2024

I found a way that works for me:

I created a File Viewer component that links to the file. Then I added the File Viewer component to its own Dashboard. The button is then set to Open Page and opens the Dashboard.

This processes and opens the file successfully. It prompts as expected for the desired flexibility.

Hopefully that's helpful!