Hey all,
I’m new to n8n and need help with step 5 of my workflow. I need to check if all items return False, and if so do Y.
My workflow:
- Make an HTTP Request to retrieve a list of items.
- Loop through each item in the list.
- Check if conditions X and Y are met for each item.
- If TRUE, create a row in Table A.
- If ALL items return FALSE, create a row in Table B.