Can anyone give me a SDK script that can create a .csv file on the workflow server once I run a workflow?
Run this workflow to retrieve field values from many entries and store them into one csv file. This workflow works good. But I wanna create a .csv file before "Insert Data" to this file.
Can anyone tell me how to write script to create it? The header should have four columns which are "PO Number,Job Number,SupplierCode,ApprovalDate". Thanks