I have a custom action and workflow to log output parameters at the final step of a workflow so I know what data is being passed out. However the scripting statement I use is returning null instead of the right types.
Can someone tell me if this is a problem with the scripting api or a bug in their code?
Attaching the actions and example workflow
The problem action is logOutputParams.
It uses 2 other actions for actually printing the logs, which I've also attached for reference.