Hello everyone, I'll tell you my problem. In my flow I have an rpa process that outputs me a json string. Is there a way in Composer to extract the values of the elements present in the json string?
1 answer
Shenoy Meghesh Umesh (Deloitte Digital) Forum Ambassador
Hey @Antonio Russo
- Currently MuleSoft Composer cannot parse complex Data Structures or pase JSON
- Given the case I would suggest you to create Activity Parameters in the MuleSoft RPA and store each data in each of them by parsing the JSON String in there
- Else You can send the JSON String to Composer and Composer will in turn make a callout to MuleSoft Anypoint Platform to parse the JSON String and from here you can access the data present in each property in the JSON
- Thanks