What is your goal?
Automate a PDF Report generation in Google Docs using images fetched from Pipefy (which are private) and mapping them correctly into a template.
What is the problem & what have you tried?
I have a scenario: Pipefy > Iterator > HTTP (Get File) > Array Aggregator > Google Docs (Create from Template).
The problem is in the Google Docs module mapping. The āImage URLsā field expects a String (URL), but my Array Aggregator contains the Binary Data (from the HTTP module) and the filename.
I tried using get(array; 1) to map the image, but I canāt find a valid URL property to use, only the binary data buffer. I am unsure if I can map binary data directly or if I must upload these files to Google Drive first to generate a WebContentLink.
Error messages or input/output bundles
The Google Docs module does not accept the binary data object as an image source. Please see the attached screenshots for the mapping configuration.
Create public scenario page
na
Screenshots (scenario flow, module settings, errors)
img.pdf (189 KB)