Skip to main content
All CollectionsSupport
How do I pass an object variable to a Custom Function and edit the variable?
How do I pass an object variable to a Custom Function and edit the variable?
Jake Spirek avatar
Written by Jake Spirek
Updated over a week ago

When you are sending a variable to your Custom Function, it comes in via an Input inside your function. If you want to edit the contents of that input, you'll need to create a variable first and then you can update it from there.

Did this answer your question?