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... ;(

Report
All responses (
Answers (