Data Tables not working when storing BAse64 string in a column

Hey, so was playing with the idea of storing images in the native Data Tables (beta) by converting files into a Base64 string and then storing in a cell. When needed to be called it could then convert the base64 string into the original file. Workflow wise it works. Problem is just that the Data Tables table that has the base64 does not show properly. So stroing a Base64 as a string in a field, is creating rendering problems for the UI for the actual table. Anyone else experiencing this?

Describe the problem/error/question

Workflow

Information on your n8n setup

  • n8n version: 1.116.2
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: main):
  • Running n8n via (Docker):
  • Operating system: Ubuntu

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.