How to initialize a process variable of Type Group(List) ?

Hi ,

I want to initialize the variable of type Group (list).

My requirement , is to get all the group names (by passing some district value example : each district has 3 groups defined )  and append all to the pv of type group (list).

 

I used the following but getting empty result 

 

=a!forEach(ri!deletedAMUList,

append(            ri!groupListFordeletedAMU,

getgroupbyname(concat("RTRR"," ",ri!deletedAMUList[fv!index]," ","Landman")),

getgroupbyname(concat("RTRR"," ",ri!deletedAMUList[fv!index]," ","Geologist")),

getgroupbyname(concat("RTRR"," ",ri!deletedAMUList[fv!index]," ","Engineer"))))

 

When passing {} in group  rule input in expression rule , i am getting the result.PFA

 

but getting empty results as ,, using this in process model at run time.

PFB screenshot of empty commas in pv

Thanks

Soujanya

  Discussion posts and replies are publicly visible