Skip to main content

Use Report Result as the attachment for 'Add Attachement' tool in Workflow5

Comments

2 comments

  • Berend Veldkamp

    Yes, after running the report you'll need:

    Send Web Request

    • url: $runReport.href
    • expect: blob

    Create File

    • content: $webRequest.blob

    Add Attachment

    • attachment: $file.result

     

    2
  • Ali VanSickle

    Berend Veldkamp Thank you!

    I was missing the "except: blob" in the web request! It was way down at the bottom.

    0

Please sign in to leave a comment.