How to build an Adaptive Card web part or ACE [Updated 2024]

Adaptive Cards are a standardized “recipe” for writing a Card. While Viva Connections has a built-in Adaptive Card “app”, in SharePoint you need to first download a web part from the SharePoint store.

In this tutorial, we’ll go through the installation process and cover how you can make your own Adaptive Cards.

Get the web part

There is a handy-dandy web part called App integrations that lets you embed Adaptive Cards on any SharePoint page. So to start, go to Microsoft App Source and get yourself the web part.

Once you click on Get it now you need to follow a couple of prompts to enable the web part to become available to your SharePoint admins. Now, you can add the web part to your page from the “picker” dropdown. Once it’s on your page click the Edit button to open the configuration sidebar.

The whole web part is designed to either let you directly Connect to an app or Embed an existing Card. We’ll focus on the embedding option which basically lets you embed a Card you made elsewhere, just like you can embed a YouTube video.

Find a suitable template

Now, for our Adaptive Card web part we need to find a template to base our design off of. In our list you’ll get to a collection of templates that are divided into ones for employee experience, basic building blocks, such as lists or notifications, and, ones specifically designed for SharePoint/Viva.

Just pick one you like and then press the Deploy to Viva or SharePoint button. This will launch you into the Adaptive Card designer where your template will load.

Change the Adaptive Card’s design

The Adaptive Card designer is broadly sectioned into 3 areas of interest:

  1. The yellow area is the main canvas for your Card. You can drag elements from the left into the Card, e.g. to add an image or another text block. Elements within the card can be rearranged via drag-and-drop. In dark yellow, you see what element is currently active as highlighted in the Card Structure section. To the right, you see additional options for the currently active element, i.e. change the image size, font weight, etc.
  2. In the purple area, your entire Card is represented as JSON. JSON is a file format similar to HTML, and this lets you copy-and-paste your entire Card design. When you make changes in the yellow area, this area will be updated each time.
  3. In turquoise, you see your data. If you’ve used Microsoft’s version of the Adaptive Card Designer you will know this section to be static JSON, presumably taken from some API’s docs, and you can insert this data into the Adaptive Card using “Templating“. However, in our version you can automatically retrieve live data from your apps for this section. To connect this box to an app, click the Connect to data source button along menu bar on the top (which we’ll do in step 4).

Just make your changes as you desire, try different templates or refer to the Adaptive Cards Schema explorer as required.

Get live data from an app (optional)

In the penultimate step, we’ll now connect the Adaptive Card to one of the apps that are available from the App Directory. Click on the Connect to data source button. Then search for and select your app from the dropdown. You can see all available app in the App Directory.

The subsequent steps can differ from app to app, some are a straightforward OAuth authorization, other apps require you entering an API key or other parameters.

Once your data is connected it will appear in the bottom right-hand corner of your Adaptive Card Designer where you can then integrate it into your Adaptive Card design where you can insert it into your Card using Templating.

Share the Card to SharePoint

Finally, we come full circle and our Card is ready to be embedded into our SharePoint page. Deploying the Adaptive Card is super simple, just click on the Share button along the top of the Designer and then Copy the Card Share URL over to your web part and adjust the Card’s height to your liking. And there it is!

~~~

Did you find this tutorial useful? Were you able to make your own Adaptive Cards for SharePoint? Let me know in the comments below.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts
Read More

Troubleshoot 5 common SharePoint search problems (Updated Mar ’23)

I bet you didn't know that SharePoint is used by over 200 million people worldwide, which gives its search engine a similar size to Google's US business. Given this size, it's surprising how many people have a love-hate relationship with the SharePoint Online search.
Read More

Say goodbye to scheduling chaos: shift planning dashboard in SharePoint

Imagine you’re in IT at a busy hospital, juggling on-call schedules for the ER, ICU and general ward—all tracked in separate spreadsheets, emails and siloed apps. Someone misses an update, a shift overlap goes unnoticed, and frustration mounts. What if all those rotas lived in one place—your SharePoint intranet—refreshing in real time from MS Teams Shifts (or any rota software you choose)? By dedicating a single page to staff schedules, you create instant visibility and cut down on “where’s my rota?” tickets. Users land on a “Staff rotas” page and immediately see who’s on duty today, who’s taking leave tomorrow…
Read More

Simply explained: What are enterprise chatbots?

Obviously most chatbots exist within a consumer context, say for customer service purposes; however for an enterprise chatbot the use for internal customers (i.e. your team) is top of mind. Put simply, an enterprise chatbot is a conversational interface with a business application. Employees can pose a complete question to their chatbot and it will recognize and fulfill the user’s intent. Even though they basically use most of the technology that regular chatbots use, they come with tweaks to create use cases tailored to a given organization and its employees. Examples of enterprise chatbot use cases include: Can my department…
Read More

September ’21 update: New front-end, on-prem improvements

We’ve been working hard on a new version of the Assistant webapp, especially designed for enhanced customizability. New SPA frontend We’ve got a new front-end based on React, that is open-source and 100% brandable by the tenant. Using the Gatsby site reactor, it is now possible to integrate the Digital Assistant within your existing Intranet stack. The frontend is available on Plus cloud plans (deployment via Netlify CDN), or on-premises plans (for Enterprises) where deployment is handled via Docker containers. This new frontend gives customers complete control over the look and feel of their UX, as they can freely modify…