Declare Expression errors when calling Decision Table that has missing properties. V8 behaviour is different from v7.
Hi All,
We're currently upgrading from v7.3.1 to v8.6, and have hit a problem where a declare expression fires, but then errors because it calls a decision table which has missing properties: 'Goal seek requires missing input property'.
I thought a good workaround would be to update the DE to set 'Value of' = @ObtainValue so that I could set the AllowMissingProperties parameter myself, but then found that the DE doesn't fire because it doesn't sense any properties have changed.
The temporary workaround has been to set Param.AllowMissingProperties = true immediately before the DE fires, but this isn't ideal as I'll have to identify each place this might happen.
Root cause is that ObtainValue has been changed. Does anyone know why?
thanks Chris
***Edited by Moderator Marije to add Capability tags***