Writing to next line after using Connect-File (operation: write from Map Structured rule) possible?
Hi all,
I have a requirement to append a new line after processing a record using an activity method (Connect-File / write from map structured rule).
However, unlike write from clipboard property where I can append a literal text (e.g. + "\n"), I am unable to do this successfully using the map structured operation.
Is there a way to satisfy my requirement without calling another step (Connect-File) with the clipboard operation just to append to the file?
Thanks!