Dacris.Maestro.Core.FormatValue Interaction

Format or encode a value as a string.

Preconditions:

inputPath points to the input value. format tells us the format of the output.

Sample State.json Input

{
  "sampleKey": {
    "inputPath": "$.yourStateKey",
    "format": "yourText",
    "outputPath": "$.yourStateKey"
  }
}