-
|
I'm trying to build an automation as described in the docs https://docs.budibase.com/docs/n8n#passing-budibase-array-to-n8n This fails with the error "Invalid payload JSON" in Data Out. alternatively wrapped the value as a string The request passes and in N8N, the rows value is empty: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey @salimhb - I've answered your support email, but for better visibility, I think it's also worth replying here in case anyone else is also coming up against this issue. Having explored it a little bit, I think the issue is simply the capitalisation of Using a capital J and S in JavaScript is successful But using lowercase as you've written above seems to fail in the same way you state. In order to take some guess-work out of it, I've added a feature-request to make that input bindable, meaning you could use the Lightning Bolt icon to click on the available bindings instead of having to type them out. #16557 |
Beta Was this translation helpful? Give feedback.
-
|
It looks like there's a bug. Thanks @mikesealey for posting the issue #16557 For now, the workaround is Renaming the Javascript step is not supported and must be references with |
Beta Was this translation helpful? Give feedback.


It looks like there's a bug. Thanks @mikesealey for posting the issue #16557
For now, the workaround is
Renaming the Javascript step is not supported and must be references with
steps.JavaScript.value(see #16557 (comment))