Can`t find export file in the microflow actions

0
Hello Team,   Where can I find Creating Export file option?  
asked
4 answers
2

What you need to use is the “Create Object” action to create a file object. This object can now be used in your export with json action as target file.

answered
0

Hi Vsevolod,

I’m not sure I understand your question: you already selected the ‘create’ activity, in which you seem to create an ‘ExportFile’ object, but what is it exactly that you want? Do you want to download the object?

answered
0

Hello,

I have to store JSON into File.  

answered
0

Alright now I get it.

You can create a string variable and store it there (easiest), or make sure your target object ExportFile inherits from FileDocument

answered