The copy action copies data from one location to another.
in="..."to define the input location (optional, default isfit://request/content)out="..."to define the output location (optional, default isfit://request/content)
This action is used, when content has to be stored in a certain internal location without being changed. It is often used to inject local data as content.
馃搸 Make sure to store your files with proper extensions like
mock.jsonordata.xmlto obtain the correct MIME type.
<copy in="data.json"/>If the input is not present, a warning will be logged. But this is not considered an error. The Flow will continue.