Skip to main content

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.

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:

 


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!

 


Reply