The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I would like to filterByFormula the records with arrays that contain a certain ID. The arrays look something like this:
Arr
[a, b, c, d]
[c, d]
[a]
How does one filterByFormula to get all the records with arrays containing ‘a’?