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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Compose html - conditi...
Power Automate
Answered

Compose html - conditional (if a field is null or empty)?

(0) ShareShare
ReportReport
Posted on by

I have been using the following expression in a flow to include a <br> in html whenever a field did not have a blank or null value:

if(greater(length(items('Apply_to_each')['Address2ndLine']),0),'<br>','')

Now, however, the flow complains that the function "length" expects it's parameter to be an array or a string, not of type 'Null'.

I don't know if the function "length" has changed in its requirements.

 

Can anyone suggest a suitable replacement test for string vs null values?

Categories:
I have the same question (0)
  • Verified answer
    v-chengfen-msft Profile Picture
    Microsoft Employee on at

    Hi @BertP ,

    Do you want to check if the content is empty?

    please try :

    If the content is empty, it is '', if not empty, it is '<br>'

    if(empty(items('Apply_to_each')['Address2ndLine']),'','<br>')

     

     

    If this post helps, then please consider Accept it as the solution to help the other members find it.

     

    Best Regards

    Cheng Feng

  • BertP Profile Picture
    on at

    Perfect! Thank you so very much!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard