I am used to the syntax {{dc:looper:field key=“row_options”}} to retrieve ACF fields in a looper. However, when using the drive icon to retrieve the field, it generates the syntax {{ looper.field({“key”:“row_options”}) }}.
Interestingly the result is different when the ACF field is a Checkbox set to return the value.
In the first case it returns a comma delimited field with the checked boxes. In the second syntax it returns an Array instead as shown in this screenshot. In the screenshot I omitted the first “{” in the syntax to display the syntax used without calling the ACF field.
It took me quite some time to figure out what was happening. Is this a bug or did I do something wrong?
Thanks for looking into this,
Patrick
PS: If you can’t reproduce the problem and need access to the site, let me know.