Problem Importing Workflow - Could not find property option

Hey dear all,

I am having trouble importing my Claude 3.5 written .json into my self hosted version of n8n.

The error message:
Problem Importing Workflow - Could not find property option

Please share your workflow

Information on your n8n setup

  • n8n version: 1.70
  • Running n8n via n8n cloud
  • Operating system: Windows

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:

Version 1.70.2
Community Edition

Welcome to the community @GPTmama !

Tip for sharing information

Pasting your n8n workflow


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>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


I’m afraid the JSON generated for you is not valid workflow to be imported into n8n.

I only managed to restore it partially. It’s too tedious to do so. You have a better chances to build it from scratch. Perhaps you can simply add the missing bits to the below

Hi ihortom,

thanks so much for your quick response…

The “basic” template I can do drag and drop more or less…

I wonder if it is possible to feed Claude or other services enough documentation from n8n (code parameters, …) so that it could write me / us valid .json files in the future.

Let me know your thoughts :slight_smile:

yours
Pat

We are thinking about adding that functionality into n8n itself. Though I also heard that some independent developers are working on such a service (separately from n8n) specifically aimed at building n8n workflows with AI. Unfortunately I am not aware of already existing service like that.

Awesome!

Could you provide sufficient documentation on code structure for the sake of giving it a try myself?

I mean there must be certain set of rules for each nodes, comnections, … - properties and settings that e.g. Claude should be able to take into account…

Thanks a lot again!

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