Turn a Baserow table into a smart data capture tool. When a row changes or a field description is updated, AI reads the linked PDF and fills the right cells. This works well for teams that store documents in Baserow and need fast, consistent data entry.
A webhook listens for Baserow events for row updates and field changes. The flow fetches the table schema to read field descriptions, which act as prompts. It downloads the PDF from the file column, extracts the text, and runs each prompt through an LLM to produce values. Filters skip fields that already have data, and batching updates one row at a time so results appear quickly without overload. The system can update only impacted rows or every row under a changed field.
You will need a Baserow API token and an OpenAI key. Point your Baserow integration to the n8n webhook and write clear prompts in each field description. Expect data work to drop from hours to minutes, with common uses like invoice headers, resume tags, and contract summaries. Publish the workflow once and reuse it across tables.