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 tool failing o...
Power Automate
Answered

Compose tool failing on blank excel rows.

(0) ShareShare
ReportReport
Posted on by 920 Super User 2024 Season 1

Hi,

 

My compose statement is reading in excel table. 

However when it gets to a blank row i get error "Action 'Compose_2' failed"

 

Is there anyway to bypass this error to deal with blank records?

 

compose 1 -

 

items('Apply_to_each')?[concat('Period Planned ''/'' Revised Date')]
 
Compose 2 - 

 

addDays('1899-12-30',int(outputs('Compose')),'yyyy-MM-dd')

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

    Hi @wonka1234 ,

     

    What error message have you received? It should include more description. If Compose is compose1 in your example, then the output is "/" rather than blank if Period Planned and Revised Date fields are blank. If you want Compose2 leaves blank, in case that only one of the two fields is blank, you can use below expression for it:

    if(or(startsWith(outputs('Compose'),'/'),endsWith(outputs('Compose'),'/')),'',addDays('1899-12-30',int(outputs('Compose')),'yyyy-MM-dd'))

     

    Best regards,

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 247 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 164 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 138 Super User 2026 Season 2

Last 30 days Overall leaderboard