BobbyNew Contributor4 years agoParsing of json object with dynamic attribute keys Hi, I have a nested json, with the inner most element is an array of struct. The key to identify this inner element is a dyamic value. see the numeric value in the below json. the json pars...Show More
SupratimContributor III4 years ago@Bobby try below expression in mapper and name vehicleList in target mapper. Then use json splitter. PFB screenshot. $alternativeVehicle.mapValues((val,key) => val.map(ele=> ele.extend({“vehicleKey”:key}))).values()
Recent DiscussionsWay to lock down in Prod org to "Monitor" only access?trace API and proxy callsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizeSolvedConcat values of a field based on value of another fieldSolved