Resolved! Change array to object and extract certain characters from it
Hi, I am trying to change the array to an object and after that only get the value between the () Example: Input [ { “Systems” : [“Ardoq (431)”, “SnapLogic (780)”] } { “Systems” : [“SnapLogic (780)”] } ] Expected output: [ { “Systems” : “431”, “Syste...