setEmbedData
Sets the value of a specified property.
Signature
setEmbedData(propName, value)
Returns
This method sets the latest values from the assignment's flow action, which includes values that are possibly uncommitted.
Parameters
Name | Description | Type | Required |
propName | Name of property value to retrieve. For embeddings related to case
pages, use a leading dot to mark case-related properties (e.g.
“.FirstName” ). | String | ✅ |
value | Target value of the propName property. | String | ✅ |
Previous topic getEmbedData Next topic getEmbedInfo