Attendee Check-In: Store Participants in Dataverse

Last updated on 29/09/2021

This blog post describes how to create a table in Dataverse for storing the registrations as part of a solution for “Attendee Check-In” using components of the low-code Power Platform.

Initially, this “Attendee Check-in” solution used SharePoint List to store information about participants. Depending on the overall infrastructure and already exciting licences it might be more natural to use Dataverse for storing information about the participants.

Dataverse

Dataverse is the storage structure and database behind Dynamics 365 Business Applications and the different applications in the Power Platform. It is based on the Common Data Model and you can read more about it on Microsoft Learn and Microsoft Documentation

Create Solution in Dataverse

Log into make.powerapps.com and select “Solutions” in the left menu.

Click “New Solution” to create a new solution to hold your changes.

Note! If you don't have a publisher yet you should create one.

Create “Participant” table

Then the solution is created open it by clicking the name.

Then hit “New” from the toolbar and select “Table”

Enter the name “Participant” for this table and make sure you check the “Enable Attachments (including notes and files)”.

Add columns to table

Open the newly created table to see and add the columns you need.

These are the columns I created:

  • Email (Email)
  • Team (Text)
  • CheckInTime (date and time)
  • Checked In (Yes/No)
  • Has QR-code (Yes/No)
  • Comments (Text, multiple line)
  • QR-code (Image)
  • Team Lead (Yes/No)

When columns are created, hit “Save Table”-button in the bottom right corner.

Navigate back to the solution and click “Publish all customizations” in the toolbar on top

Micorosft Forms participation registration form

If you follow the original solution for the “Attendee Check-In” the registration form is a Microsoft Form. In order for you to keep using this form you need to change the Power Automate Cloud Flow that automatically trigger when a form is submitted. In the original solution this Flow create a new line in a SharePoint List. Using Dataverse instead we need to modify the Flow so that it create a row in our Dataverse table instead.

Power Apps Portals participation registration form

An alternative to using Microsoft Forms for the registration form would be to use Power Apps Portals. The Portal will surface a form created for this “Participant” table we just created – where participants can register. Lets look into how you can build this registration form using Portals:

Have fun!

Get new blog posts right to your inbox

Ulrikke Akerbæk Written by:

User Experience through digital interfaces, interaction, branding and visual design has been her passion and focus since she created her first website at age 14. She is a solution architect for Power Platform, specializing in Power Apps Portals. She is a Business Applications MVP and was named one of the top 50 women in tech in Norway in 2022. Currently working as Low Code Practice Lead at Itera.

4 Comments

Leave a Reply

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