Skip to main content

Notifications

Copilot Studio - Calling Actions from Copilot S...
Unanswered

Building an array however not selecting the values that are null

(0) ShareShare
ReportReport
Posted on by 50

Here is my flow and it works great.  It's an global address book for our team bot.  Use if you want however the o365 address book has multiple users that I don't want to get in the array.  Example:

 

so my search term in this example is 'joe'.   I want to exclude anything that has nothing (like "Joe Charlie (O365 Admin)") - if the account don't have an email then I want to exclude them all together and if I can exclude a single value like "Joe Beta" phone because it's null on the O365 address book..  I am having issues trying to do that, any thoughts?  

 

 

joe alpha (jalpha)
 - joe_alpha@domain.com
 - city
 - [111.222.3333]
 - 01.01 headquarters

joe beta (jbeta)
 - joe_beta@domain.com
 - city
 - []
 - 01.02 headquarters

joe charlie (O365 Admin) (joe_charlie)
 - 
 - 
 - []
 - 

joe charlie (jcharlie)
 - joe_charlie@domain.com
 - city
 - [111.222.5555]
 - 01.03 headquarters

 

 

 

 

FirstFirstSecondSecond

 

Here the concatenate from the array to a string, if you want to recreate it:

 

concat('##### ',body('Get_user_profile_(V2)')?['displayName'],' (',body('Get_user_profile_(V2)')?['mailNickname'],')',variables('newLine'),'- ',body('Get_user_profile_(V2)')?['mail'], variables('newLine'),'- ',body('Get_user_profile_(V2)')?['city'],variables('newLine'),'- ',body('Get_user_profile_(V2)')?['businessPhones'],variables('newLine'),'- ',body('Get_user_profile_(V2)')?['officeLocation'],variables('newLine'),variables('newLine'),variables('newLine'))

 

 

Categories:
  • Pstork1 Profile Picture
    Pstork1 64,703 on at
    Re: Building an array however not selecting the values that are null

    Take a look at the Data Filter Array action.  It provides a condition statement that can be applied to each record to filter rows out of an array.

  • k1ng Profile Picture
    k1ng 50 on at
    Re: Building an array however not selecting the values that are null

    Any ideas?  basically I want to have an if then statement but I am but sure how do that with the array 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,343

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,703

Leaderboard

Featured topics