Any idea how can approver/reviewer comments be passed to the SNOW ticket via the Generic connector? The following code will only work for comments submitted by requestors
#foreach($req in $plan.requests)#if($req.arguments.comments)Comment from SailPoint is : $req.arguments.comments#end#if($req.items)#foreach($item in $req.items)#if($item.arguments.comments)For $item.name : $item.value$newline Comment from SailPoint is : $item.arguments.comments$newline#end#end#end#end