${displayQuestion}
People also ask
Articles
${header}
${displayQuestion}
Create an IN/OUT board with EVA Check-In and SharePoint
Use EVA Check-in to create an in/out board that is accessed in Microsoft Teams and/or SharePoint
- Updates live as people check in and out of your site
- Display your board as cards or a list
- Access your board on SharePoint or Teams
- Set up is easy – we provide the Power Automate package
Quick links
The board can be displayed in different ways – e.g. as cards or a list.
How it works
- Person checks in with EVA Check-in.
- Check-In webhook triggers Power Automate flow.
- Power Automate updates or adds an entry into SharePoint list, updates the status to ‘In’.
- SharePoint list shows all people in list.
How to set up
Follow the steps below to set up the three components.
Prerequisites
- Access to SharePoint including permission to add and maintain lists
- Permission to create Power Automate flows. Try using make.powerautomate.com .
- Customer administrator user role in EVA Check-in, to be able to set up integrations
- Basic SharePoint and Power Automate skills
Step 1: Set up SharePoint list with the following columns
Step 2: Create Power Automate flow
- We provide a Power Automate package – request this from [email protected]
- Import this package into your Power Automate account.
- Resolve validation errors for the connectors (the connectors O365 and SharePoint connectors need to be re-validated against your Office 365 account and your SharePoint list)
Summary of flow steps
- To respond to the EVA Check-in webhook we created a flow that starts with an HTTP Request
- Test if the webhook is a check-in or check-out from EVA Check-In
If it is check-in
- Test if the person (their email address) is in your SharePoint list
- If they are then update the status to In = true
- If not in list then add a new item to your SharePoint list
If it is a check-out
- Change the status of item in your SharePoint list to In = false
Step 3: Set up webhooks in EVA Check-In
Copy the HTTP Post url from your Power Automate flow
Create a new webhook in EVA Check-In: Account Settings > Integrations > Webhooks
Paste the Power Automate url into the webhook settings
The Power Automate flow deals with both check-in and check-out webhooks so add both webhook events.
Test your In/Out board works
The webhook is simple to test. Check people in with their organisation email address. Note the sample Power Automate flow only adds people to the SharePoint list who have user profiles in your organization using your Office 365 account. So visitors outside your organisation will not be added to your SharePoint list. You could change the flow to incorporate all visitors, with or without an email address.
The SharePoint list will update accordingly. You can troubleshoot the flow runs within Power Automate.