Replies: 4 comments
-
I'm also interested in this; currently I pass string vars and turn them into objects once they are inside the script. |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in this, have you been able to figure if this is possible? |
Beta Was this translation helpful? Give feedback.
-
At least you can call your script :) I alway get 404 as return, no matter how i call it. |
Beta Was this translation helpful? Give feedback.
-
I've mitigated the issue in the script like this:
So it works both ways via API and GUI :) |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run a custom script with ObjectVars. I pass the object ID numbers in the HTTP POST like this:
This doesn't work. It seems like the script interprets these variables as integers instead of their object. If I print the
data
variable to the log, it looks like this:On the other hand, if I run the script from the webpage, it looks like this:
Beta Was this translation helpful? Give feedback.
All reactions