Preview:
newDm = Add_POD_Person[ID == input.New_CRM1];
	devlist = List();
	for each  rec in input.Developments1
	{
		devlist.add(rec);
	}
	for each rec2 in newDm.Dev_vis
    {
   devlist.add(rec2);
    }
    newDm.Dev_vis= devlist;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter