Am confused about 'Export' button. Does the [Export] button on the top right hand corner of each tab provide CSV, JSON endpoints that includes all the workflow steps in the current tab.
However sometimes if you actively select/highligh a single workflow in the editor, the Export endpoint seems to publish the result of the currently workflow step. Here is the testcase
- Create a tab with 4 workflow steps.
- Click and highlight 3 workflow step.
- Click on 'Export' button and download the CSV or JSON file
Expected Result: The CSV or JSON contains the results of all 4 workflow steps.
Actual Result: The CSV or JSON contain only the results of 1, 2 and 3 workflow steps only.

Am confused about 'Export' button. Does the [Export] button on the top right hand corner of each tab provide CSV, JSON endpoints that includes all the workflow steps in the current tab.
However sometimes if you actively select/highligh a single workflow in the editor, the Export endpoint seems to publish the result of the currently workflow step. Here is the testcase
Expected Result: The CSV or JSON contains the results of all 4 workflow steps.
Actual Result: The CSV or JSON contain only the results of 1, 2 and 3 workflow steps only.