You can now use the Process Street API to read and write data in table form fields, giving developers and integrators more flexibility when connecting workflows to external systems.
This update expands the Form Field API so you can programmatically access and update table data, just like other form field types.
What’s new
You can now:
-
Read table form field values using the endpoints below:
• List form field values by task
• List all form field values -
Write table form field values using the Update multiple form field values endpoint
When writing to a table field, enter values as a comma-separated list that matches the number of columns in your table.
For example, if your table has four columns and you would like to set two rows, your values should be formatted as:
1,2,3,4\n5,6,7,8
Each row in your table should follow the same structure.
This update makes it easier to sync data from external systems, populate structured tables automatically, and keep workflow data consistent across your tools.