Hi Keith, can I ask a related question? I want to send a list of unique IDs related to a Thing for indexing on Algolia, along with other fields from the Thing. When I use the notation thingIDs: [“thingIDsFromBubble”], though an array is created in Algolia, it just has a single value of all IDs separated by commas.
Is there a way of separating a list of values from a Bubble field into individual components of an array in a PUT request?
- Actually I worked this out - you can use ‘join with “,”’ to achieve this. Thanks anyway