Help with integration of Marquiz to MailerLite

Status: Closed · Asked by Seth on · 0 views

Seth — Question ·

I created a quiz using Marquiz that has 5 different outcomes based on score ranges (16-23, 24-31, 32-40, 41-47, 48-52). I used Pabbly Connect to connect Marquiz with MailerLite, and I'm trying to use routers to place quiz respondents into one of 5 different MailerLite subscriber groups based on their quiz scores.

I'm trying to figure out the best way to configure the filters within the router, and so far I can't get it to work. The goal is, for example, to have a score between 16-23 place the quiz respondent into a certain subscriber group. So my filters at the moment for a score of 16-23 are:

  • result > points: [number] Equal To 16
    OR
  • result > points: [number] Greater Than 16
    OR
  • result > points: [number] Less Than 23
    OR
  • result > points: [number] Equal To 23

Can someone please help me better set up my router and filters?

Aman — Reply ·

You can try the following conditions

1. For scores 16 to 23

result greater Than 15
And
result less than 24

2. For scores 24-31

result greater than 23
And
result less than 32

Similarly, you can set up the conditions for the other score ranges as well.

Seth — Reply ·

Thank you for the suggestion, Aman. I set up all five score ranges with those conditions.

The issue I'm seeing now is that when I complete the quiz, no matter what score I get, it adds me as a subscriber to all five subscriber groups in MailerLite. So I end up receiving five emails from MailerLite -- one for each subscriber group.

Are you able to tell what I might be doing wrong here with the router?

Aman — Reply ·

Seth, I just checked your workflow. Actually, you are using the "OR" conditions under the Routes. But as I mentioned in my previous message you need to use the "AND" conditions.

Back to all forum threads · Log in to reply