Dacris.Maestro.Core.AppendStringLineToFile Interaction

Appends a string to a file as a single line.

Preconditions:

inputPath points to the string. outputFile has the file path.

Sample State.json Input

{
  "sampleKey": {
    "inputPath": "$.yourStateKey",
    "outputFile": "folder1/folder2/yourFile.txt"
  }
}