Need to pass a sub folder path to D_pxNewFile datapage
Hi,
I need to create a root folder and want to move all the case attachments along with an XML file. Right now, I am able to create a new folder in defaultstore using D_pxNewFolder data page.
I was also able to get the path of the file from D_pxListFiles (pyPath parameters). Now I need to create a file in the new folder using D_pxNewFile data page.
The above data page is only accepting repository name and file path as parameters. Repository name should be the name of the default repository rule and file path is the root path of the file. Where should I provide my new folder name?
Regards,
Nizam