Skip to content

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

Input Parameters

There are no input parameters.

Output Parameters

Parameter Name Type Description
Stringified Entity Text The Json representation of the entity the workflow is currently being run against.

Clone this wiki locally