How to create a file that can hold JSON
I am using the pxConvertPageToString function to convert the results on my step page to JSON format and this string is stored in a property. Please suggest how can I map this property containing the JSON string to a file. I will later be using FTP to send this file to another application. REST-Service cannot be used.