Workflow fails to save after renaming action in Logic Apps Designer #1344
Unanswered
v-takahashih
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary :
If I change the action name in Logic Apps Designer, the workflow fails with a validation error when saving.
This does not occur if the action name is changed in Code View.
Error Message :
Workflow validation failed for the workflow ''. {"error":{"code":"InvalidTemplate","message":"The template validation failed: 'The template action 'xxxxxxxxxx' at line '1' and column '37182' is not valid: "Unable to parse template language expression 'equals(body('xxxxxxxxxx')?['status'],Succeeded)': expected token 'LeftParenthesis' and actual 'RightParenthesis'.".'."}}
This problem occurs consistently in some environments but not in others.
HAR file analysis confirmed that a 400 error occurs during the renaming operation in the affected environment.
The same operation works fine in the unaffected environment.
Code view operations work fine in all environments.
Please comment if you have any experience or information regarding this issue with similar errors.
Beta Was this translation helpful? Give feedback.
All reactions