Dacris.Maestro.Core.StringFromTemplate Interaction

Creates a formatted string from a template and saves it in the state.


Sample State.json Input

{
  "sampleKey": {
    "template": "yourText",
    "outputPath": "$.yourStateKey",
    "format": "txt|url|html|json|csv|toBase64UTF8|fromBase64UTF8|CustomValue"
  }
}