Thank you for your inputs @Krishnanunni. I will try that option, Is it possible to import the exported xml package from an SFTP location?If you have an idea pls share it, would be really helpful.Thank you!
Hi JyotiThank you for the details. For importing the xml package (deployment package file), I guess we need to use nlserver module. Any lead how to pass multiple values into the nlserver module that would give a solution for the issue. The first 2 steps are present in the workflow but unsure how to...
Hi Adithya,Thanks for the response, would like to understand how to count the number of files available in the directory and feed the xml name dynamically in nlserver module.Thank you!
Hi JyotiTrying to import / export the package files thru workflow using nlserver module. It is perfectly working if we define a single file for import from sftp location but finding difficulties to fetch multiple files, tried the below options but no success.Able to write the file names using JS act...
Hi All Can anyone please help me to understand, how to read multiple files from the SFTP location. the below command picks one file per run. package -instance: [instance_name] -export:sftp/adobe/export/test.xml -spec:cus:PKGXXX -verbose Note: The above script is used in nlserver module.Thank you!
Hi Jyoti Thanks for the response, it is throwing syntax error for the file directory.I have tried to provide the path within <%= %>, single and double quotes but no success, please assist.
Hello - How to use script in NLserver module, I am trying to export the specific package thru workflow using nlserver module but stuck with syntax error. I guess the file directory is not provided in correct way - Can you please help me here. package -instance: [instance_name] -export: sftp/incoming...