Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Error message: 'Condition:_Fresh_News' received after flow runs?

(1) ShareShare
ReportReport
Posted on by 4

I receive the following error after the flow successfully executes and sends the email upon the completion of a MS Form.  Is the flow broken?

 

Unable to process template language expressions for action 'Condition:_Fresh_News' at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.

  • creativeopinion Profile Picture
    10,450 Super User 2025 Season 1 on at
    Re: Error message: 'Condition:_Fresh_News' received after flow runs?

    @tnalls No worries. It's not clear from your screenshot what your criteria is in your condition action. I would recommend troubleshooting your condition action as I've suggested. Remove the Send an Email action until you can confirm your condition is set up properly. Alternatively you can add a Terminate action to stop the flow from continuing on until you've troubleshooted your condition action.

  • tnalls Profile Picture
    4 on at
    Re: Error message: 'Condition:_Fresh_News' received after flow runs?

    Okay, I apologize - I totally had two of my flows mixed up in my head that I had been working on at the same time.  So this workflow is to send an email when I publish a major version of a news post.  I made updates to a news post originally posted weeks ago, not expecting an email.  As seen in this screen grab, there is a successful run notification and then a subsequent failure seconds later but I did not receive a notification email at all.  So my questions:
    1. Why was there a "successful" run if it was not a major publish?
    2. If the answer to the condition is "no" and no email is sent, is that considered a workflow failure? 

     

    I hope I'm making sense... I'm still learning. 🙃Capture2.PNG

  • creativeopinion Profile Picture
    10,450 Super User 2025 Season 1 on at
    Re: Error message: 'Condition:_Fresh_News' received after flow runs?

    @tnalls Can you provide more insight on your workflow and logic? In your original post you indicated that your flow runs upon a completion of an MS Form. However, you aren't use the When a new response is submitted (MS Forms) trigger

     

    Additionally, your condition action is using the is equal to operator. This operator looks for an exact match. You need to troubleshoot this portion of your flow. It's best to verify the output of the dynamic content as the Condition action isn't very helpful when troubleshooting. 

     

    creativeopinion_0-1720794743554.png

     

    I cover how to troubleshoot a condition action in the first section of this YT Tutorial: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows

     

    In this Power Automate tutorial, I explore 5 frequently asked questions that pop up when troubleshooting a flow. If you’d like to to level up your Power Automate flow skills and learn how to troubleshoot your Power Automate flow—this tutorial is for you!

     

    IN THIS VIDEO:

     How to troubleshoot a false Condition action result

     How to get dynamic content when it isn’t selectable from the list of dynamic content

     How to troubleshoot an Apply to Each action that isn’t looping through

     How to troubleshoot a skipped Apply to Each action

     How to troubleshoot a Filter Query

     How to use a SharePoint yes/no column in a Filter Query

     How to use Compose actions to troubleshoot a Power Automate flow

     How to troubleshoot multiple emails being sent

     How to troubleshoot multiple Teams messages being sent

     

    Also, since you are using an automated trigger, I would recommend utilizing Trigger Conditions in your flow. This way your flow will only trigger when you want it to. To learn more about Trigger Conditions, refer to the other tutorial I've linked below.

     

    4 Ways You Can Use Trigger Conditions in Your Microsoft Power Automate Flow

     

    If you are using an Automated Cloud flow trigger in your flow—you need to consider adding trigger conditions.

     

    Do YOU 🫵 know what a trigger condition is? Trigger conditions can be set in most flow triggers. These conditions you set must be true for the trigger to fire. In this Power Automate tutorial, I’m going to show you how to use trigger conditions in your flows to control when your Power Automate flows trigger.

     

    If your plan has flow run limits—you can avoid triggering your flows unnecessarily by using trigger conditions.

     

    I’ll cover four different flow examples that would benefit from trigger conditions:

    ️ Triggering a flow when a column is changed to a specific value

    ️ Triggering a Flow When an Event Updated or Deleted

    ️ Triggering a Flow When a New Folder is Created

    ️ Triggering a Flow When a Specific Email is Received I’ll also show you a trick on how to easily create the expressions needed and give you a few tips on how to troubleshoot your flow.

     

    IN THIS VIDEO:

     Four different flows that would benefit from trigger conditions

     What is a trigger condition?

     How to add a trigger condition to your flow

     How to trigger a flow when a column is changed to a specific value

     How to trigger a flow when an event is updated or Deleted

     How to trigger a flow when a new folder is created

     How to trigger a flow when a specific email is received

     How to troubleshoot a trigger condition

     How to prevent case sensitivity issues with a trigger condition

     How to use the filter array action to easily compose an expression that can be used in a trigger condition

     

    Hope this helps!

    If I helped you solve your problem—please mark my post as a solution .
    Consider giving me a 👍 if you liked my response!

    👉 Level up your Power Automate skills by checking out my tutorials on YouTube
    👉 Tips and Tricks on TikTok and Instagram

     

  • tnalls Profile Picture
    4 on at
    Re: Error message: 'Condition:_Fresh_News' received after flow runs?

    Hi!  Thanks for your reply.  Here's a screen grab of the flow in edit mode. I'll take a look at some of these videos in the meantime.Capture.PNG

  • creativeopinion Profile Picture
    10,450 Super User 2025 Season 1 on at
    Re: Error message: 'Condition:_Fresh_News' received after flow runs?

    @tnalls It's hard to offer any recommendations without seeing the error and how your flow is laid out. If you are using the new designer, toggle it off and click each action to expand it. Upload a screenshot of your flow in edit mode and the error you are receiving, it would help to provide more insight.

     

    In the meantime, the error indicates that you are using an expression with the int() function. This function requires a single parameter—a string. It looks like the value you are using isn't what the function expects. If you are using dynamic content in your expression, I would recommend outputting the dynamic content in a Compose action to verify the output. 

     

    I cover how to troubleshoot a condition action in the first section of this YT Tutorial: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows

     

    In this Power Automate tutorial, I explore 5 frequently asked questions that pop up when troubleshooting a flow. If you’d like to to level up your Power Automate flow skills and learn how to troubleshoot your Power Automate flow—this tutorial is for you!

     

    IN THIS VIDEO:

     How to troubleshoot a false Condition action result

     How to get dynamic content when it isn’t selectable from the list of dynamic content

     How to troubleshoot an Apply to Each action that isn’t looping through

     How to troubleshoot a skipped Apply to Each action

     How to troubleshoot a Filter Query

     How to use a SharePoint yes/no column in a Filter Query

     How to use Compose actions to troubleshoot a Power Automate flow

     How to troubleshoot multiple emails being sent

     How to troubleshoot multiple Teams messages being sent

     

    ----

     

    You may also be interested in these YT Tutorials:

     

     

    How to Get a Microsoft Form RSVP Response into a SharePoint List

     

    IN THIS VIDEO:

     How to get a Microsoft Form Response into SharePoint

     How to get a Microsoft Form ID

     How to get a Microsoft Form response

     How to Build a Microsoft Form with Conditional Fields

     How to used Branching in Microsoft Forms

     How to format Microsoft Form multiple choice responses for a SharePoint multi-choice column

     How to parse a Microsoft Form multiple choice response as string of text

     How to convert a text response to a number

     How to use the Switch action

     How to create a custom email confirmation for a Microsoft Form submission

     How to Create a Custom View in a SharePoint list

     How to use the Compose Action

     How to write Power Automate Expressions

     

    ----

     

    How to Get Microsoft Form File Uploads Attached to an Email 📧

     

    In this Microsoft Power Automate Tutorial I’m going to cover where file uploads from your Microsoft Forms are saved. I’ll also show you how attach the uploaded files to an email and how to dynamically name the files and customize the recipient of the email based on the selections made in your Microsoft Form. I will also cover how to handle responses that don’t include any file uploads.

     

    IN THIS VIDEO:

    ‌ Two types of MS Forms

    ‌ Where Microsoft Personal (OneDrive) Form File Uploads are Saved

    ‌ Where Microsoft Group Form File Uploads are Saved

    ‌ How to Add a File Upload Question to an MS Form

    ‌ How to get a Microsoft Form ID

    ‌ How to get a Microsoft Form Response

    ‌ How to Get the Dynamic Content Microsoft Form File Upload Content

    ‌ How to handle Single and Multiple Microsoft Form File Uploads

    ‌ How to use a Scope action to Organize and Group Your Flow Actions

    ‌ How to Get the File Content from an MS Form File Upload

    ‌ How to Collect All Files Uploaded to a MS Form and Attach to an Email

    ‌ How to Handle MS Form Response When a File Isn’t Uploaded

    ‌ How to Create an Email Key

    ‌ How to Send an Email to a Specific Recipient Based on Form Selection

    ‌ How to Create a Dynamic Output Based on Form Selection

     

    -----

    How to Add Microsoft Form File Uploads to a SharePoint List Item

     

    In this Microsoft Power Automate Tutorial I’m going to cover how to add file uploads to a SharePoint list item. First, I’ll show you how to get the file name and content from the File Uploads from your Microsoft Form, then I’ll show you how to add those files to a SharePoint item.

     

    IN THIS VIDEO:

     Two types of MS Forms

     Where Microsoft Personal (OneDrive) Form File Uploads are Saved

     Where Microsoft Group Form File Uploads are Saved

     How to Add a File Upload Question to an MS Form

     How to get a Microsoft Form ID

     How to get a Microsoft Form Response

     How to Get the Dynamic Content Microsoft Form File Upload Content

     How to handle Single and Multiple Microsoft Form File Uploads

     How to use a Scope action to Organize and Group Your Flow Actions

     How to Get the File Content from an MS Form File Upload

     How to Collect All Files from Multiple File Upload Questions

     How to Handle MS Form Response When a File Isn’t Uploaded

     How to Attach an MS Form Single File Upload to a SharePoint List Item

     How to Attach Multiple MS Form File Uploads to a SharePoint List Item

     How to Attach MS Form File Uploads to an Email

     

     

    Hope this helps!

    If I helped you solve your problem—please mark my post as a solution .
    Consider giving me a 👍 if you liked my response!

    👉 Level up your Power Automate skills by checking out my tutorials on YouTube
    👉 Tips and Tricks on TikTok and Instagram

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics

Restore a deleted flow