Achievements - are they applied retrospectively?

I've adjusted the figures in some of our achievements today as we felt the bar was raised to high.

However is there any way of applying these changes retrospectively to community members who should have them? 

I can't see anyway of doing that? 

Lisa 

Parents
  • Achievements are awarded whenever users perform an action that's assessed by the automation.

    So consider the following, depending on how the automation is written:

    - A member has already written 6 blogs, before you've created the achievement

    - An automation awards an achievement for writing 5 blogs and you enable this.

    - A member creates a 7th blog, the automation checks how many blogs they've wrote, they've wrote the pre-requisite "5", they get the achievement.

    Otherwise, no. But you can use the API (REST or otherwise) to check if a member has the achievement, possibly run some logic on the user to see if they should qualify, and then award the achievement to them in bulk.

Reply
  • Achievements are awarded whenever users perform an action that's assessed by the automation.

    So consider the following, depending on how the automation is written:

    - A member has already written 6 blogs, before you've created the achievement

    - An automation awards an achievement for writing 5 blogs and you enable this.

    - A member creates a 7th blog, the automation checks how many blogs they've wrote, they've wrote the pre-requisite "5", they get the achievement.

    Otherwise, no. But you can use the API (REST or otherwise) to check if a member has the achievement, possibly run some logic on the user to see if they should qualify, and then award the achievement to them in bulk.

Children
No Data