Set an incrementing number in the name of an LD Group
-
Hi guys,
Here’s my case:
Goal: I want to automatically create new LearnDash groups and populate them based on users passing a LearnDash quiz.
*MY* Solution: Create 2 Automator recipes – 1 that moves users that have passed the quiz into a LearnDash group; and 1 that creates new groups every time X number of users are put into a group. Also, will kickstart the process by creating a group to wait on the first batch of users.
So as is I have recipe 1, let’s call it MOVE:
– trigger = user scores x% on quiz Y
– action = move user into LearnDash group with name Static-<<variable>>and recipe 2, let’s call it CREATE:
– trigger = every Y times MOVE is successfully completed (thanks again for this trigger)
– action = create a LearnDash group with name Static-<<variable>>This issue then is two-fold:
1 – I need <<variable>> in the CREATE recipe to be a simple incrementing number – but there is no option for that
2 – I need some way of tying <<variable>> in the MOVE recipe to the same incrementing number from CREATEMy suggestion is that in the name section you allow us access to TWO more declarations:
(a) some kind of incrementing value where we can input the starting value and the increment on each recipe run;
(b) the number of times a recipe (whether self or other) has been runThere may be a much simpler way to achieve this, or just an alternative, if so – please advise.
- The topic ‘Set an incrementing number in the name of an LD Group’ is closed to new replies.