Hi, @richardlee it's about the hard typing at the user attributes, in that case you'll need to convert the user.activeActivities array to a string by adding .join right after it: if(!user.get('not_in_homepage_activity')){
if(user.activeActivities.join.indexOf('123456') == -1){
return 'true';
...