Hi,
I have a RPA that takes files from my local machine and upload them into an Appian folder with the Upload Document module provided in Appian Services..
When I run the RPA within the Appian RPA console it works perfectly fine.
I want to trigger this RPA from an Appian Process Model that uses the Robotic Process Smart Service but when I do so the RPA start fine but then I have an error that I can't solve so far... (looks like it's about the Target Folder).Error code APNX-1-4530-021 with message "docFolderUuid query paramter is not found." found for resource /api/v1/uploadDoc
Can anyone help me?
Thanks,
Jeremy.
Discussion posts and replies are publicly visible
Can you verify that your user or the connected system service account has editor access to the Appian folder?
Thanks, actually I didnt have the Service Account with an acces to the folder...
Hi Jérémy Geneste (jrmyg0001),
Could you please help me on how to move the file from local system folder to Appian folder?
Hii shreyas8225
What is your requirement?
Can you elaborate.
Hi RithwinV2000 ,
My requirement is to save the file from system folder to Appian folder.
I guess you are using Appian RPA to do this process?If so, in your robotic task you need to have an Upload document action and configure it.The file which is supposed to be uploaded should be present in the host system, where the RPA agent is scheduled to run.
I have attached a ss which is the configuration for the action mentioned.
Document Name: The name you want to give to the uploaded file in Appian folder.
File path: The designated path where the file you want should be present. In our case we were uploading an excel file. So the path looks like this ""C:\Users\AATT-RPA\Desktop\Excel\Documents\Excel Template.xlsx"".
Note: Make sure the path is perfect for this to run without any fail.
Target folder: The Appian folder ID
Target: A variable to give you the summary.
Hope this helps.!!
Thnaks RithwinV2000 .
How we can make it dynamic? Any idea?