-
Notifications
You must be signed in to change notification settings - Fork 8
Webhook Serialize Current Entity
Aiden Kaskela edited this page Aug 29, 2019
·
1 revision
This activity allows you to convert the entity that the workflow is being run against to a json string for use in a webhook call or using the Get Value from Json activity.
Examples:
- Send the entire current entity as a serialized Json string to a WebApi method.
- Store the current entity as json on a record in CDS / D365
| Parameter Name | Type | Description |
| Stringified Entity | Text | The Json representation of the entity the workflow is currently being run against. |