How to call a hidden field response from Type

Hello !

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”]}}

Thank you everyone !

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 :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.