Skip to main content

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
  1. Shenoy Meghesh Umesh (Deloitte Digital) Forum Ambassador
    Dec 21, 2023, 12:24 PM

    Hey @Antonio Russo

    1. Currently MuleSoft Composer cannot parse complex Data Structures or pase JSON
    2. 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
    3. 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
    1.  
    1. Thanks
0/9000