Importing a workflow from a file on cloud n8n

i was successfully able to upload two workflows by importing them. after that every time i upload a flow it just stays empty and does not do anything i just updated to the new version as well and that does not help the same.

Any help here would be highly appreciated

Is it just certain flows that can’t be imported? Sometimes I find that there is a JSON error in the file that prevents it being imported. So it might be worth validating the JSON first on a site like https://jsonlint.com/

I have the same problem. I know the json is well-formed because I was having issues with the format (additional fields the API didn’t accept), and those issues don’t let you upload the workflow. But finally, leaving only the required field, the API accepted my workflow. But when I enter the workflow via the UI, it’s totally empty, it doesn’t even have the “Add first step…” node.

I don’t know what the JSON should look like :frowning: