Hi everyone,
I’m currently working with a custom code action in a HubSpot workflow that triggers from a custom object
The goal is very simple: I want to compute a value and return it via the outputFields so I can use it in a subsequent action (like setting a property on the same object).
It works perfectly when I use a standard object like Contact, the value shows up in the outputs and is usable.
However, when I do exactly the same with the custom object, the function runs (no errors in the logs), but the output field is never returned or accessible.
The outputFields section is configured properly in the UI.
The property name is correctly typed.
The function uses the right format
I’ve tried both string and numeric output values.
Logs confirm the callback is executed, but nothing appears in the output data section of the workflow
Has anyone experienced something similar, or is there a known limitation or workaround?
Thanks in advance!