Current section
Files
Jump to
Current section
Files
examples/workflow12.json
{
"build_address": {
"params": [
"Street",
"ZipCode",
"Country: \"United States\""
],
"steps": [
{
"concatenate": {
"return": "${string(Street) + \", \" + string(ZipCode) + \", \" + Country}"
}
}
]
}
}