Action Link Template Binding Input

A key-value pair to fill in a binding variable value from an action link template.
Root XML tag
<actionLinkTemplateBinding>
JSON example
1{
2   "key":"version",
3   "value":"33.0"
4}
Properties
Name Type Description Required or Optional Available Version
key String The name of the binding variable key specified in the action link template in Setup. For example, if the binding variable in the template is {!Binding.firstName}, the key is firstName Required 33.0
value String The value of the binding variable key. For example, if the key is firstName, this value could be Joan. Required 33.0