Convert image URL to an uplodaed attachment in Airtable

Hello, I followed this template

but iam getting this error?

Invalid input for ‘Image attachment’ [item 0]

‘Image attachment’ expects a array but we got ‘{ “Attachment”: { “url”: “https://replicate.delivery/yhqm/MLgk3KARQy4hC5I0SaL94A3DagSUE2VRts0drB0VISeJtFtJA/R8_FLUX_DEV_REALISM_00001_.webp” } }’

Any ideas?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

have you tried supplying the image url as {{ $json.output }} instead of {{ $json.output[0] }} ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.