XLnC
1
Hi people,
I hope you can help me. I am a newbi @ make.
I have made an JSON action as feedback of that action I get a string like this:
{“Records”:[{“ContextID”:“ExternalID1”,“ID”:843}],“Status”:“Success”,“Message”:“Records successfully processed”}
I want to isolate 843 (The ID). And make it a new variable for the next step.
Can I do that and how?
Hi, can you please show me the output of the module?
2 Likes
XLnC
3
Hi Karim, thanks for reaching out.
This is the output
Hi, select the parse json option in the http module and you should be able to get the value in the next module
2 Likes
samliew
5
In your HTTP module settings “Parse response” field, select “YES” (it is “No” by default)
This will allow you to map the response collection properties (variables) in subsequent modules.
2 Likes
XLnC
6
@samliew, thanks very much… Live is very easy (at least) sometimes. This works great.
@Gragamel-Pow, thanks for your help as well
2 Likes