I am currently trying to get my information from Typeform and pass it to my crm Monday.
However, I have hidden fields and I would like to extract the data.
From what I know, normal questions look like this:
{{$json[“question1”]}}
How can I interprete hidden fields?
If a hidden field is called : email
Should it look like:
{{$json[“email”]}}
Hi @HBS_France, I am not sure how hidden fields work tbh. Are the values you are looking for part of the data you are receiving in your Typeform trigger? If so, could you share the JSON data your Typeform trigger node returns? With that, we should help you find a suitable expression