Template vs JSON template

What is the difference between the two ?

They both seem the same to me ? Is that the JSON template becomes an actual object and I can do a JSON query on it ?

Correct!

You can also use basic text as JSON value and JSON query will also work too on that column. I recommend using JSON Template tho to make sure that the formatting is respected.

2 Likes

Thank you Maxime.

1 Like

My pleasure !

Yes, this is the main difference. JSON Template automatically formats it as a valid JSON object for you. I would recommend always using this so that you don’t run into problems down the line.

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