In n8n, I am trying to send a photo from Telegram to OpenAI Analyze Image, but I am getting an error when taking the photo.
this.get Node Parameter(…).split is not a function
How can I transfer a photo to OpenAL?
In n8n, I am trying to send a photo from Telegram to OpenAI Analyze Image, but I am getting an error when taking the photo.
this.get Node Parameter(…).split is not a function
How can I transfer a photo to OpenAL?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hi @walker,
Welcome to the community Thanks for posting the screenshot, could you share your workflow by pasting in the json?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </>
(preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
In order to pass the image to the OpenAI node, you need to make sure that ‘Download Images/Files’ option in the Additional Fields is turned on:
Then reference the binary data file by its file name instead of using expressions:
Hope that helps!
Thank you.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.