My filter list of objects is not working for some reason when it has the results I am looking for in each array. Please help.
To ensure your Filter List of Objects works correctly, check these key requirements: 1. The array of objects must be properly formatted as input 2. The filter field you specify must exactly match the field name in your objects (note: it is case-insensitive) 3. Make sure you've selected the appropriate filter mode 4. Verify that your value(s) are correctly formatted - if using multiple values, they should be separated by commasThe filter will only work when all these parameters are properly configured. If you're still experiencing issues, double-check that your input array is structured correctly and that the field you're filtering by exists in your objects. Source: Filter List of Objects with Clay
Looks like you're still looking for help. We're escalating this over to our support team and someone should be in touch soon. In the meantime, feel free to include any other information that may be helpful in solving your issue!
Hey Silver - The issue is that you're working with a list inside another list, rather than a top-level list. To fix this: 1. First extract the values as JSON using a formula (like what you've already done) 2. Then search for values within that parsed list structure (or simply ignore this step) I see you've done similar parsing before in your table. I've added an example that shows how to: - Parse the nested JSON structure - Search within the resulting data Let me know if this helps! :)
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!