Hi I am try to write the workflow which copies the file test.jsp which is under /en/sc to the target directory of /docroot. But when I push the content(which is test.jsp) it is preserving the relative path. /docroot/en/sc/test.jsp ... but I want to save that as /docroot/test.jsp.Can you please help me in fixing this issue?