
Announcements
I am trying to use a response action to get the return value from a stored procudure. The flow trigger is 'When_a_new_email_arrives_in_a_shared_mailbox_(V2)'
When I attempt to add the response I get the following two errors.
Is there a around or way to get the resposne from the stored proc? FYI, I can't use a sql query to get the values since the sql server is on prem.
Hi @dkapell
This is by design. You can only add the response flow step after the request action. In your case the first action is 'When_a_new_email_arrives_in_a_shared_mailbox_(V2)'. The response for the trigger is available as properties.
Your next question is related to SQL. Flow can connect SQL on prem instances. You need to install Gateway to connect the on prem instance.
Follow these articles below:
https://docs.microsoft.com/en-us/flow/gateway-reference
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks