Use in “column mappings” if variable value is an object that has different keys

<< Click to Display Table of Contents >>

Navigation:  Custom Actions > Variables > How to use variables in actions >

Use in “column mappings” if variable value is an object that has different keys

a.Syntax: VariableName##KeyName

b.Example 1: my variable name is VarCCS1 and it has user value object then to read the user Id, use “VarCCS1##Id”

c.Example 2: my variable name is VarCCS1 and it has user value object then to read the user email, use “VarCCS1##Email”

d.Example 3: my variable name is VarCCS1 and it has lookup column value object then to read lookup value, use “VarCCS1##Value”

e.Example 4: my variable name is VarCCS1 and it has the result of $xpath() function like “{id: 1, City: Hyd}”, then to read city value, use “VarCCS1##City”

 

Supported keys are same as the keys supported in $parsefieldvalue() function.