Skip to main content
Best answer

How to retrieve all answers from a Kajabi assessment trigger?

  • September 29, 2024
  • 2 replies
  • 44 views

Hello,


I’m trying to get the number of questions from Kajabi Assessment trigger
 

On the record, there are answers field that seem to contain all the data

 

However, when I try to insert it, what’s available are the individual answers.

 

How can I make the data insertion to be dynamic? i.e. it will contain all the questions even when the number of questions changes.

Why this matter to me is that I need to count the number of questions for some calculations. If I add another question in Kajabi, the extra question won’t be inserted.

Best answer by Troy Tessalone

Hi @blesssan 

You’ll have to check if there is a single data point that includes all the Q&A vs individually.

If not then, then you’ll need to map each data point individually OR explore using advanced approaches using Webhooks and Code to parse RAW JSON.

Help:

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • September 30, 2024

Hi @blesssan 

You’ll have to check if there is a single data point that includes all the Q&A vs individually.

If not then, then you’ll need to map each data point individually OR explore using advanced approaches using Webhooks and Code to parse RAW JSON.

Help:

 


  • Author
  • New
  • September 30, 2024

Hi @Troy Tessalone,

Awesome! thanks for the suggestion. After trying the method I am able to parse and process the values I needed. Appreciate your help!