Hi Team,
I have requirement to get the groups names which has the input value which we pass.
For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States",
India => "<App Prefix>_India"
Discussion posts and replies are publicly visible
a!localVariables( local!groups:getallgroups(batchsize:-1,startIndex:1), a!flatten(a!forEach( items: local!groups, expression: if( find( ri!text,group(fv!item,"groupName"),1 )>1, fv!item, {} ) )))