Join Slack
Powered by
Hey guys very weird issue why is my bulk delete by...
# community-help
m
Mike Yim
03/01/2025, 8:40 PM
Hey guys very weird issue why is my bulk delete by ids failing? I'm noticing that just one document gets deleted instead of 23
✅ 1
Mike Yim
03/01/2025, 9:15 PM
ah had to do this:
Copy code
const filterString = rowsToDelete.map((row) => `id:=${row.id}`).join(' || ');
Open in Slack
Previous
Next