Use Case - Looking Up Caller Data from a Simple Excel List

Use the Nimbus Power Automate Connector to retrieve caller information data stored in an Excel list.

In this use case, we want to use the Nimbus Power Automate Connector to retrieve caller information data that has been stored in a simple excel list. The scenario is as follows:

  1. Share a contact list with the team so that everybody can update the data.
  2. When a call comes in then populate the caller data from the contact list.

Overview of the Flow

Show a preview of the flow...

 
 
 

Show Icon Legend

💡 = A hint to signal learnings, improvements or useful information in context. 🔍 = Info points out essential notes or related page in context.
☝ = Notifies you about fallacies and tricky parts that help avoid problems. 🤔 = Asks and answers common questions and troubleshooting points.
❌ = Warns you of actions with irreversible / data-destructive consequence. ✅ = Intructs you to perform a certain (prerequired) action to complete a related step.
 
 

How-To Steps

Share the Excel List in Teams

  1. Create a simple excel contact list of download our sample data here CustomerCallerLookup.xlsx
  2. Make sure the data range is within a table in excel file (if not, select all columns and do Insert => Table).
  3. Upload it as a TAB with the name "Customer Lookup" on the teams channel of your service team:
  4. ✅ The upload will automatically store the excel file in sharepoint: https://your-tenantname.sharepoint.com/:x:/r/sites/SalesDemoCH so that you can work with it in your power automate flow!

Create the Flow

✅ Ensure that your service's workflow has a "Accept ConversationWorkflow Activity which starts the "GetOnNewTasksTrigger Event.

  1. Start your flow with the a "GetOnNewTasks" Nimbus activity and select the Nimbus Service.

Look Up the Caller Number in the Excel List

✅ Add a excel "Get a row" component to the flow.

Choose your service, file, select the table and set the key column to key value to MicrosoftCallerId from the trigger element.

Update the Nimbus Task

✅ Map the fields from the excel list with the fields in the task. Use the following expressions for the calculated fields:

  • Customer.DisplayName = concat(items('Get_a_row')?['Firstname'], ' ' ,items('Get_a_row')?['Lastname'])

Enable and test the flow.

Table of Contents