I've got the output from execute-BAPI activity. I think it'll be JSON object format. I tried to loop each item using for-each loop which works fine.
I want to update one of the element in an item for ex: BAPIResponse[0]["LOW"] = "100" like in the image. I tried with set variable but it not allowing to assign variable parameter like currentMember["LOW"]
How to achieve this? I want to update the value of "LOW" element of each item in BAPIResponse variable.
