I have given all the needed values …
header Value:
Parameters:

How to print out the given josn request and check the request is correct.
What is the authorization header value you are passing here?
If it is OAuth2 token, you can pass it as in the screenshot?
Can you let me know what is the value you are passing through that header and where are you getting it from?
No authtoken is needed,
I am just passing the Authorization in the header.
I have given the json req as a single line in Parameters as above screens
I got it atlast, I need to place the josn string in the BODY, instead I placed the same in Parameter.
Another I have replaced " with “” and made as a single line.
I got 200 message.
MySucessMessage as a string holding this message.
:{“ProfileID”:100780,“ResultID”:“CM000”,“ResultDescription”:“Monitor Profile created succeessfully.”,“ResultMessage”:“Success”}

Can I change this to dictionary, can you guide me this. SO that It will be easy for me to manipulate and get the values easily.
If not I have to do Split, removing some characters and lot of work…
Instead of converting it to dictionary, you can use existing activities to parse JSON and get the required children…
Have you tried?
I have not used that json Parse… I have to educate myself…
{“ProfileID”:100780,“ResultID”:“CM000”,“ResultDescription”:“Monitor Profile created succeessfully.”,“ResultMessage”:“Success”}
is that an activity available ??
Have you tried JSON deserialize activity?
Here is the workflow for the JSON you provide in the previous reply…
In that For each loop , you have to give the input as JObj.Root …
But you are trying to get the Profile ID right?
Then you have to give it as JObj.Root(“ProfileID”)
Refer the screenshot

OK Got it I will try that with .root…
many many thanks …![]()
Appriciated for your time…![]()
Bro,
Can you close the topic so that the topic will be closed by the Team, You can post a new topic everytime you have doubt or you can just message me if you have any doubts at any time.
![]()
Sure, Bro…
![]()