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 / I like to change the l...
Power Automate
Answered

I like to change the language of the approval outcome without force user to change settings

(0) ShareShare
ReportReport
Posted on by 261

 

Hello everybody

I am looking in a solution to change the language of the outcome of the flow but don't want to force user to change the language settings:

https://support.microsoft.com/en-us/help/4577600/power-automate-approvals-language-behavior

The reason is, that some user are not capable of to do it.

I have tried to go the short way by using an expression in the response email. 

The approver are all capable of English but not all employees.

So I tried:  

if(outputs('Start_and_wait_for_an_approval')?['body/outcomes'] = 'approve', 'zugestimmt','abgelehnt')

... but get an error.

If I go the very long way, then I would change the flow and would insert a condition as follows.

But I like to make it simple and there is no setting I can use in the flow... ;(

 

 

Categories:
I have the same question (0)
  • Verified answer
    MD2024 Profile Picture
    261 on at
    Looks like the parser cannot handle the following formula:
     
    if(outputs('Start_and_wait_for_an_approval')?['body/outcomes'] = 'approve', 'zugestimmt','abgelehnt')
     
    So you need the following formula:
     
    if(equals(outputs('Start_and_wait_for_an_approval')?['body/outcome'],'approve'), 'zugestimmt','abgelehnt')
     
    The outcome will be here in the function embedded: eauals()  

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 607

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard