Is there a way to assing more than one value to a mapped item?
at example:
value: Lock.LockCurrentState
config:
UNSECURED: 2
SECURED: 6
but i need to be UNSECURED: 2,4 and SECURED: 5,6
Is there a way to assing more than one value to a mapped item?
at example:
value: Lock.LockCurrentState
config:
UNSECURED: 2
SECURED: 6
but i need to be UNSECURED: 2,4 and SECURED: 5,6
If it’s only for incoming values, use MAP transformation.
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.