Dear All, I have Sitecore JSON where topicbody is there and I want to get all values from topicbody So I have written below groovy code ***************** MY GROOVY CODE *******************
def testMapList = [:]
testMapList[tabContent.itemId] = tabContent.title + "==" + tabContent.pocId + "=="+ tab...