Logic Apps - Can body output from Scope be used in an expression

T West 136 Reputation points
2020-06-02T04:11:54.257+00:00

Hi,

I would like to return the error body in a response activity. The issue I am facing is the error is from a stored procedure within a Scope activity. Is there a way for me to select 'body' as an output from Scope to return as text in my response activity?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,843 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,666 Reputation points Microsoft Employee
    2020-06-18T18:17:42.97+00:00

    @TWest-1253 The behavior should already be as you described. If a child action, irrespective of whether the action is from SQL Connector or other, inside a Scope fails, the error message is thrown in Body of the Response.

    0 comments No comments