Use Report Result as the attachment for 'Add Attachement' tool in Workflow5
Is there a way to use the Report output as the attachment in the 'Add Attachment' Tool?
I have tried the 'Create File' tool and used the .href from the report result as the input.
But I keep getting an error: "Invalid 'attachment' param"
Does anyone know if this is possible to do?
0
-
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 -
Berend Veldkamp Thank you!
I was missing the "except: blob" in the web request! It was way down at the bottom.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer