Importing JSON data from a Logic App to a Runbook

Randy Ramawad 0 Reputation points
2023-11-16T14:28:34.53+00:00

Hello,

I am trying to get my runbook to read json data, which is parsed from a Logic App. Essentially the desired workflow is as follows:

Logic app receives json data of a new user -> parses json data -> creates job in Runbook to create a new Azure AD user based on data from the json -> returns sign-in info of new user to Logic app.

I am having trouble understanding how to bring in the JSON data from the logic app to the Runbook. I can trigger the Runbook, but I am uncertain of the syntax to read the json data from logic app.

Does anyone know how best to proceed with accomplishing this task?

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

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,811 Reputation points Microsoft Employee
    2023-11-20T00:55:47.57+00:00

    Hello @Randy Ramawad - Thanks for reaching out, and posting on the MS Q&A.

    I hope this helps. If you encounter any issues while designing your workflow, or just have any follow-up questions, feel free to let me know in the comments.


    Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.