Amount of date I can get from a data table saved

How many MB of data can i get from a specific data table save on Data Tables, to the workflow?

Hi @Gabriel_Guitarrari. Welcome to the Losant Forums.

I’m assuming you’re referring to workflows kicked off using the Data Table Trigger? A data table may have a maximum of 50 columns, and each column can have a maximum of 255 characters in it. If you were to really push the limits of your data table, that would be the maximum payload size for triggering a workflow.

You can also use the Table: Get Rows Node to load multiple rows onto your payload after the initial trigger. In that case, the size limit is 5MB.

In my question, i referring to a Table: Get Rows Node, but you answered my question and further possible question.
Thank you for attention.