How can the workflow export dashboard to PDF with the page ID

  1. My goal: Make the workflow call a function to export my dashboard as PDF and send the pdf via email

  2. Issue: There is no function or REST request I can call to generate automatically a PDF

  3. Steps I've taken to troubleshoot: I can’t call utils.dowloadPage() because it doesn’t accept arguments so the workflow doesn’t know which dashboard to export.