Question
How to run a test (IF node) using content of a data table?
I’m storing data to my data table “chunk_data” with some columns (file_id and chunk_id).
I’d like to run a if test that does:
if current item file_id and chunk_id exist in **chunk_data** table then true, else false
I’d like suggestion on how to access my data table using n8n structure.
Thanks for your assistance all!
Information on your n8n setup
- n8n version: 2.0.3
- Database (default: SQLite): talking about data table in n8n.
- Running n8n: docker self-hosted
