Google Sheets charts image into google doc template

Hey Thierry,
I am sorry to say but our Google Docs node currently does not support inserting images. You could use the Http Request Node to insert images.

Here is an example workflow to illustrate.

I am not a google docs expert but

  • This example is based on the Insert Inline Image docs
  • I think the image url must be publicly accessible so it might not work with your chart images with restricted access.
  • You may need to upload you chart image with public access
  • There is also a replaceImage batchUpdate mentioned here