FavoriteTom Gagne (H.W. Kaufman) asked in DataWeave in ApexMar 5, 2025, 1:19 AMI need to retrieve a node using a variable key%dw 2.0output application/jsonvar data = { "methodName": "methodB", "body": { "one" : 1, "two" : 2 }}var key = 'methodName'---data[key]Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply