web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Dynamically checking i...
Power Automate
Unanswered

Dynamically checking if there is a null array value

(0) ShareShare
ReportReport
Posted on by 20

Hi everyone,

 

Is there a way to check the array if there is a null value like the picture below?

Dynamically checking if there is a null value.

Boynogs123_0-1644994954505.png

 

Thank you and best regards,

 

Boynogs123,

 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,181 Most Valuable Professional on at

    Hi @Boynogs123,

     

    You could probably use xpath for this with a text function. Convert it first to xml to be able to do this.

     

    Below is an example.

     

    1. Add a Select action. Use the expression below for the From field.

    This expression converts the outputs of the compose into xml and finds the nodes which are empty with xpath.

    xpath(xml(json(concat('{"Columns":',string(outputs('Compose')), '}'))), '//Columns/*[not(text())]')

     

    2. Switch the Map field to text mode. Use the expression below.

    This expression converts the content back into readable column names. You should get an array with column names which are empty.

    substring(base64tostring(item()['$content']), 1, sub(indexOf(base64ToString(item()['$content']), '>'),3))

     

    xpath_empty.png

     

    Test should look something like this:

     

    outputxpath_empty.png

     

    Kudos to @Paulie78 for this approach. He showed me this back in August last year. Xpath can be very useful sometimes 😁

  • Bruno Lucas Profile Picture
    8 on at

    Hi,

    where is this array at? is the input? returning data from a query? or is it from a array variable?

    you can test if the entire array is empty, like :

    BrunoLucas_1-1645003122312.png

     

     

    But to pick if a random field is empty you will need to loop and test like this 

     

    BrunoLucas_0-1645003014689.png

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 462 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 456 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard