LogicAppsUX
LogicAppsUX copied to clipboard
fix(designer): Trigger Body Output Fixes
A couple fixes based on issue: Fixes https://github.com/Azure/LogicAppsUX/issues/4854
- Instead of using Body as the title in as the default Output body, we'll follow old designer and if there's a description to use that as the output title
- When we generate the expression from the key, we'll only shift the root segments if there is an actionName. that way something like ["Body", "$", "Body"] won't default to @triggerBody()