Versions Compared

Key

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

...

One of the major advantages of using adaptive cards is the native rendering of the card; because the interface is inherited directly from the host, adaptive cards' UI/ UX appears to match with the framework it is being displayed in. Workflow Studio enables developers to integrate Adaptive Card in Workflow Studio; general WFS features provided in the WFS for Adaptive Cards are

Table of Contents

Template EditorĀ 

An Adaptive Card is a JSON-serialized card object model. Developers can edit the JSON for the adaptive card with the template editor. The template editor uses AvalonEdit Textbox to format the template string into JSON format.

...

We can add multiple templates in one adaptive card designer. The selected template from the combo box will be a current editing template for the designer. The following options are available on top of the designer.

  • Adding new template

    Image Removed


    Image Added
  • Editing existing template

    Image RemovedImage Added

  • Delete template

...