Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Design and Develop an Adaptive Card: This article will familiarize you with the controls and design of the adaptive card. To learn more about the card designer features supported in WorkflowstudioWorkflowStudio, please find the instructions in the doc Adaptive Cards and for instructions about Data Binding & Adding Objects in an Adaptive Card.

  2. Publish/Upload the Adaptive Card: Publishing the adaptive card will upload the adaptive card to the CosmosDB, and only after publishing a BotFlow can programmatically get and bind the card. Publishing an Adaptive Card is similar to publishing any other Workflow Studio WorkflowStudio items. Please refer to the Build and Deploy doc for instructions about publishing the Workflow Studio items in EmpowerID.

  3. Use the Adaptive Card in a BotFlow: A Botflow can fetch the published adaptive card and bind values to the properties. Please find the instructions in the doc Create a BotFlow for an end-to-end tutorial of creating a BotFlow with example codes to get the template from CosmosDB and binding it.

...