Knowledge Base Article
trying to award one-time badge to ~350 users using Advanced Criteria > user.id in [id1, id2, id3] etc and I get this error.
I went through all the syntax issues (spaces, commas, hidden chars, etc) and it works in stage with only 3 samples but fails when 350.
Trimming down the quantity in chunks until it worked...I had 117 records.
Is there some max on that user.id criteria?
I think I will pivot to using the role-based criteria for now and see whether I get that working sooner or if I hear back on this sooner.
Were you able to complete this? I want to add manual badges to some members who have completed certification in another environment (Litmus) which is not yet integrated. I have 2 badges- expert and professional and they will be manually assigned to a set of members. It looks like I would use this userid in set approach but dont see the actual criteria I need to enter into the admin panel. ty
- Lief3 days agoExecutive
yeah sleslie99 - I finished it by using a Role based approach because I couldn't figure out what was wrong with the manual approach. LarryI might have some insight - he was going to look at my criteria.
It will work UNLESS you hit whatever snag I hit.
The Manual Add (with user.id in [#, #, #] ) you have to choose Advanced Editor from the criteria field.
The Badge Rules and Criteria document on this shows two syntaxes. I think they both work?- one with spaces - user.id in [num, num, num]
- one without spaces - user.id in [num,num,num]
IMO - make sure to choose Hide from Member Profile until earned, else it'll show up greyed out on everyones profile.- Lief3 days agoExecutive
one place shows this (with spaces)
the other example shows this (no spaces)
- sleslie997 hours agoAdvisor
Weird I tried this it looked great then I realized it applied to ALL community members not just the ones I added to the user group 'top contributors'.
what did I do wrong????
LOL FIXED IT- once again you are a saviour. I freaked out that it applied to all then realized that I had to select that button and HIT REFRESH.
So problem solved- thank you Lief