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 Apps / Email flow Null error
Power Apps
Unanswered

Email flow Null error

(0) ShareShare
ReportReport
Posted on by 60

Hello,

My email flow  puts Budget number in the email body  like this: 10-10-10-56789 - 10 %; 10-10-10-557821- 90%;

I am  trying to put a line break in the email body of my flow to make Budget Number to show like this:

10-10-10-56789 - 10%;

10-10-10-57821 - 90%;

 

I am getting this flow error: Flow Run Failure: One or more fields provided is of type 'Null'.

My email flow is attached.  How can address this null error?

Thank you in advance

Email_Flow.JPG
Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @1RiverJK77 ,
    you might have something wrong in replace() function. 

    Can you show the formula ?

  • 1RiverJK77 Profile Picture
    60 on at

    replace(triggerOutputs()?['body/BudgetNumber'], ';', '<br />' )

     

    It is also in the attachment.

    Thank you

  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @1RiverJK77 ,

    I try to exclude the empty values with a formula like:

    if(

    empty(triggerOutputs()?['body/BudgetNumber']),

    ‘’,

    replace(triggerOutputs()?['body/BudgetNumber'], ';', '<br />' )
    )

    Hope it helps !

  • 1RiverJK77 Profile Picture
    60 on at

    Hello,

    BudgetNumber still show one line 

    if(empty(triggerOutputs()?['body/BudgetNumber']),' ',replace(triggerOutputs()?['body/BudgetNumber'], ';', '<br />' ))

  • 1RiverJK77 Profile Picture
    60 on at

    What else can I do to get the line  after ;

     

    if(empty(triggerOutputs()?['body/BudgetNumber']),'',replace(triggerOutputs()?['body/BudgetNumber'], ';''<br />' ))
     
    Thank you

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard