Data Binding
Bind data from your Looply Workflow directly into your Adaptive Card.
Linking a Workflow to an Adaptive Card
Simple Data Binding
{
"payload": {
"output": {
"workflow_version": "1",
"workspace_id": "****",
"workflow_process_id": "****",
"workflow_id": "****",
"looply_sap_profile_settings": {
"requires_sap_profile": false
},
"executor": "****",
"organization_id": "****",
"workflow_execution_id": "****",
"workflow_trigger_type": "REQUEST"
},
"description": "Request"
},
"WorkflowStartState": null,
"function_1": {
"output": "hello world",
"description": "My Function"
}
}Binding JSON Arrays
Displaying Singular Items.
Displaying Lists
Using JSON Arrays in Input.ChoiceSets
Last updated