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 / The power flow's logi...
Power Automate
Suggested Answer

The power flow's logic app flow template was invalid

(0) ShareShare
ReportReport
Posted on by 50
Hi Team,
 
I am developing a simple flow just to send an e-mail when an item in a Sharepoint list is modified. I need to configure a condition to run only when a specific field is changed, but the system is showing the follow error: 

The power flow's logic app flow template was invalid. The template condition expression 'triggerOutputs()?['body/"URL_Form_Request"'] != triggerOutputs()?['body/"URL_Form_Request"_old']' at line '1' and column '1107' is not valid template language expression.
 
I have already tried to verify in Copilot but it is still not working. Find attached the flow print screen.
 
Could you please help me to fix the expression?
 
Thanks in advance.
Screenshot 2024-08-12 155105.jpg
Categories:
I have the same question (0)
  • Suggested answer
    Ellis Karim Profile Picture
    11,931 Super User 2026 Season 1 on at
    You need to try a trigger conditions in the following format:
     
    @not(equals(triggerOutputs()?['body/URL_Form_Request'], triggerOutputs()?['body/URL_Form_Request_old']))
    Formatted for easier reading:
    @not(
        equals(
            triggerOutputs()?['body/URL_Form_Request'], 
            triggerOutputs()?['body/URL_Form_Request_old']
        )
    )
    

    Ellis
     
  • Suggested answer
    TYL Profile Picture
    1,091 Super User 2024 Season 2 on at
    If the answer from Ekarim doesn't work, you can also try using the 'Get changes from an item/file' action in combination with a condition. This method is especially useful when you don't know to what value a column is changing to (you only know that it is going to change but not to which value).
  • condado Profile Picture
    50 on at
    @ekarin, thanks for your reply but with this condition the folw does not recognize when an item is updated.
     
    @Tjan, I believe your solution is going to work properly. I am trying to apply it, but the condition is not working:
     
     
     
     
    Do you know if I am using a wrong condition?

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 103 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 87

#3
trice602 Profile Picture

trice602 63 Super User 2026 Season 1

Last 30 days Overall leaderboard