I have a json and the value is returning true/false and it is not displaying.
Is there a way to display it?
{{dc:looper:field key=‘field_key’}} value true/false
I need it in conditions.
I have a json and the value is returning true/false and it is not displaying.
Is there a way to display it?
{{dc:looper:field key=‘field_key’}} value true/false
I need it in conditions.
Hey @princetech_admin,
Thanks for writing in!
You can use the String condition and have it this way:
{{dc:looper:field key='field_key'}} IS TRUE
were the returned value is true or false. Or you can use the Number Condition when the return value is 1
or 0
.
Best Regards.
Thank you so much for your help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.