I have created a jotform calculated quiz. I need to connect jotform to kajabi using zapier. My question is …. Is there a way to connect to different tags based on the score of the quiz? For example
quiz results 10-20 - I need zApier to kick off tag 1
quiz results 21-30- I need zapier to kick off tag 2
quiz results 31-40- I need zapier to kick off tag 3
quiz results 41-50- I need zapier to kick off tag 4
I hope this makes sense, please ask questions for clarification if not. My client wants this completed by Monday if this is possible
Thank you!
Best answer by ForYourIT
Hi @Brookelanglin ,
This sounds like a great idea. Normally I would say to use the Paths by Zapier action to fulfill this request. However, unfortunately that action only support 3 steps/if statements.
Unless someone else has a easier way, now I would say to go with the Code by Zapier action and make some if/else statements;
You input the data
You check what the data is
You create an output depending on the statements
Use the output in your other Zap actions
This would require some Python/Javascript programming but shouldn't be to hard with Google. If you have any more questions or if this helped you out please let me know!
~Bjorn
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
This sounds like a great idea. Normally I would say to use the Paths by Zapier action to fulfill this request. However, unfortunately that action only support 3 steps/if statements.
Unless someone else has a easier way, now I would say to go with the Code by Zapier action and make some if/else statements;
You input the data
You check what the data is
You create an output depending on the statements
Use the output in your other Zap actions
This would require some Python/Javascript programming but shouldn't be to hard with Google. If you have any more questions or if this helped you out please let me know!