getEmbedData
Gets the value of a specified property.
Signature
getEmbedData(propName)
Returns
Property value.
This method returns the latest values from the assignment's flow action, which means some of the values might still be 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 | ✅ |
Previous topic JavaScript methods in web embed Next topic setEmbedData