Need to join the input array of objects to string
Hi The json input I get to the pipeline is array of objects. I need iterate each object data and join as a string. Also I need to append some html code in between. Ex: input json “chathist”: [{ “created_by”: “test”, “created_date”: 1626244986151, “in...