:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
Preview is not working for LIST types, when content is unstructured. Only the first row is being considered for generating table columns. And if the following rows contain different data, the values are not being shown.
Modified ListPreview.vue to consider all the rows in the content to generate table columns.
How the changes have been QAed?
Done some dev testing with the scenario provided in the issue:
New column is getting added based on the content.
What changes are being made and why?
Preview is not working for LIST types, when content is unstructured. Only the first row is being considered for generating table columns. And if the following rows contain different data, the values are not being shown.
Modified ListPreview.vue to consider all the rows in the content to generate table columns.
How the changes have been QAed?
Done some dev testing with the scenario provided in the issue: New column is getting added based on the content.