You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermittedly when we save logic apps the following syntax body('Execute_JavaScript_Code') is automatically replace with body('Execute_JavaScript_Code')['body'].
When this happens we get an error indicating that the body coming from the javascript execution action does not have a body field. Which makes sense since we already selected the body using the body() function.
Plan Type
Consumption
Steps to Reproduce the Bug or Issue
create a logic app that uses the inline code action to execute some javascript.
add another step that uses the results from the inline code (for example a compose or http step)
make changes and save several times until the body('Execute_JavaScript_Code')['body'] part is replaced by body('Execute_JavaScript_Code')
Now if you run the logic app it will fail due to the additional body selection pattern being appended to the javascript reference.
Workflow JSON
No response
Screenshots or Videos
Additional context
If you run into any issues replicating the issue place reach out to me and I can show the issue in a live session.
Describe the Bug
Intermittedly when we save logic apps the following syntax body('Execute_JavaScript_Code') is automatically replace with body('Execute_JavaScript_Code')['body'].
When this happens we get an error indicating that the body coming from the javascript execution action does not have a body field. Which makes sense since we already selected the body using the body() function.
Plan Type
Consumption
Steps to Reproduce the Bug or Issue
Workflow JSON
No response
Screenshots or Videos
Additional context
If you run into any issues replicating the issue place reach out to me and I can show the issue in a live session.
AB#25154229
The text was updated successfully, but these errors were encountered: