Dynamic data to JSON to create CSV file download

Hi

Does anyone have any suggestions or alternatives methods to create a dynamic CSV file ?

Currently I need am using a plugin and using the workflow actions “Create CSV file from JSON”. I need to use dynamic data and specify these values as JSON in order to enable a CSV download.

My issue with this method/ limitation is the number of dynamic input values that you can specify in the editor. I have around 500 dynamic values to convert into json and the Editor slows down terribly to the point that the page crashes…

Here is an example of data and the editor:

JSON Example: {“SALES”:[“No. of Deals”],“Aug”:“dynamic data value”, “Sep”:“dynamic data value”, “Oct”:“dynamic data value”}

Is there another method to go about this?

Thanks.

This topic was automatically closed after 70 days. New replies are no longer allowed.