a!moveDocument service is not working

Certified Associate Developer

Hello, 

I am saving the uploaded files to a local variable and wanted to push to a folder. used a!moveDocument service 

a!moveDocument(document:local!uploadedDocs,destination:(constant pointing to folder),                              

This does not do anything. Can you please help 

  Discussion posts and replies are publicly visible

Parents
  • You must have specified a target folder in your fileUploadField() so when you submit the form/task, your document gets uploaded in that folder. Not before that. So you can use this smart service after the document gets uploaded, which is after the form gets submitted.

    There is a Process Smart Service version of it too that you can use straight after the user has submitted the task. 

Reply
  • You must have specified a target folder in your fileUploadField() so when you submit the form/task, your document gets uploaded in that folder. Not before that. So you can use this smart service after the document gets uploaded, which is after the form gets submitted.

    There is a Process Smart Service version of it too that you can use straight after the user has submitted the task. 

Children
No Data