Simon Mayerhofer

Results 29 comments of Simon Mayerhofer

Same. Seems like it can't handle comments like this: ``` //@import "plugins/xxx"; ``` at least that's was the problem at my side.

If somebody wants a temporary solution: Just search for "$(" in Zebra_Form.php and replace all with "jQuery(". This did resolve the errors in the console for me.

Hi @Joffcom, thanks for your quick reply! Here's the full json for my workflow: ```json { "nodes": [ { "parameters": {}, "name": "Start", "type": "n8n-nodes-base.start", "typeVersion": 1, "position": [ -400,...

Hey @Joffcom quick follow up on this. Any idea on how I might be able to fix it?

Thanks! I testet multiple things. Your workflow alone does work for me without having the issues. I tested it in a separate workflow and also as an addition in my...

> If you enable the execution logs for the workflow and check the data in there rather than outputting to Telegram does it show anything different? No, same data there....

The issue also appears with the Google Sheets node: JSON Code ``` { "meta": { "instanceId": "cb00ec8101547d530ab58bef05716756fbf7e110d42483b8e221c856f3797681" }, "nodes": [ { "parameters": {}, "name": "Start", "type": "n8n-nodes-base.start", "typeVersion": 1, "position":...

See JSON Code in my comment here: https://github.com/n8n-io/n8n/issues/3662#issuecomment-1280691152