Join Slack
Powered by
ah had to do this: ```const filterString = rowsToD...
# community-help
m
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