We are trying to move some of our data actions to the scripter instead of architect, to be able to use them on outbound calls as well.
It used to work fine a few months ago, but now we are getting an error when running the data action.
The issue have been isolated to the data actions returning a null value.
In architect the data actions work just fine, and you can see if a output is assigned null by using the IsSet function on the variable, but if you get a null value back in the scripter, the data action will fail with a error, and no data will be returned.
Do anyone know if there is a fix for this, without altering the return values on the data action, as it is a generic one?