Removed
Discussion posts and replies are publicly visible
When you click on the little edit box besides Value it will open an expression editor. There you can mention value as "Inbox/"& pv!FolderName or concat("Inbox/",pv!FolderName). With the operator & or function concat() system will fetch the data from pv and merge with string giving output as expected.
Hope this helps!
Thank you Harsha Sharma that works. Do you know how can i check if this file path exists using command prompt? Or what would be the linux command to check if concat("Inbox/",pv!FolderName) exists?
You would use the "check contents" smart service (either the "get remote folder contents" node, or the "getfoldercontentsoversftp()" rule), on the root folder (just pass in a "null" or "/" value for "server remote folder" / "server file path" to check the root directory), and check your list of results for the folder you're looking for.