Anyone know if it would be possible to add an image directly to a google sheets cell?

Looks like this works:

Make sure to:

  1. Send a formula value such as ==IMAGE("https://www.thomasmartens.eu/wp-content/uploads/2022/08/snapbythree-my-g6e641CiHFQ-unsplash-scaled.jpg") to Google Sheets and the image appears in the sheet. You’d need a double equal sign == as a single one would be interpreted by n8n as an expression value.
  2. Use the “User Entered” value input mode:

Hope this helps!