Hi,
I’m using API Query Builder to pull Airtable data into Bricks.
For multi-select fields (e.g., Type with values ‘Apple, Orange, Banana’), Airtable returns an array. But when I output the dynamic tag {brf_api_fruit_fields_type} in a Text element, Bricks renders it as a comma-separated string:
Apple, Orange, Banana
What I need are the values separated by spaces, like this:
Apple Orange Banana
Is there a way to control the separator for array values instead of always getting commas?