We have the integration for SDIM when we are trying to hard code the value for Assignment Group based on source name some how this is not taken
did anyone able to archive this
#foreach($request in $plan.requests)
#set($appName = $request.resource )
#end
#if($appName == ‘Manual Source’)
503f744bdb036bc0ab247cde3b96194d
#{else}
7b2a3b97db295f00ab247cde3b961929
#foreach($request in $plan.requests)
#if($request.items)
#foreach($item in $request.items)
$item.name = $item.value\n
#end
#end
#end
#end