Dacris.Maestro.Core.FormatValue Interaction

Formats a string value from the state.


Sample State.json Input

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