Size: a a a

2020 May 20

PG

P G in Uipath RPA
Came across this video on YouTube, it's quite simple, to the point: https://youtu.be/9URSbTOE4YI
источник

SL

Sasidhar Reddy Linga... in Uipath RPA
Sarthak Gulati
You can change over there
Got it.. thanks i forgot that.. we can change
источник

RS

Rakesh Sharma in Uipath RPA
Hello my process download 2 pdf attachments from mail and store it into folder then we will extract data from one pdf attachment and write it into another pdf attachment and save. Now we will send filled pdf to client and delete all pdf files from folder
источник

RS

Rakesh Sharma in Uipath RPA
I developed coding for above process but I am unable to move code to reframe I mean which part we need to keep in which state
источник

RS

Rakesh Sharma in Uipath RPA
Can anyone help me
источник

SG

Sarthak Gulati in Uipath RPA
In Reframework generally the process is segregated by initialisation, process and end.
My thoughts are you can put the required inputs from user if there are in initialisation and then the process as you mentioned which is done should be put in process state and the final state can be where you send email to client with output
источник

RS

Rakesh Sharma in Uipath RPA
Sarthak Gulati
In Reframework generally the process is segregated by initialisation, process and end.
My thoughts are you can put the required inputs from user if there are in initialisation and then the process as you mentioned which is done should be put in process state and the final state can be where you send email to client with output
So input file come from email so we use for each but if we put that in transaction state it only read I put file it won't fill ouput file so this is the issue I am facing
источник

SG

Sarthak Gulati in Uipath RPA
In the initialisation process just store those pdf's and in transaction process keeping that folder as reference, read all docs present in that folder and write it in a new pdf
источник

RS

Rakesh Sharma in Uipath RPA
Downloading Input file and process will be in same loop we can't split code
источник

SG

Sarthak Gulati in Uipath RPA
Hmm got it...then you have to rework on your code
источник

SG

Sarthak Gulati in Uipath RPA
If you want to put it on Re
источник

RS

Rakesh Sharma in Uipath RPA
Ho ok
источник

RS

Rakesh Sharma in Uipath RPA
Like where can i change
источник

RS

Rakesh Sharma in Uipath RPA
How ever we need to use for each to get all mails right
источник

RS

Rakesh Sharma in Uipath RPA
For each mail inputs we just download fill and send delete those files
источник

SG

Sarthak Gulati in Uipath RPA
My suggestion, if u reallh want to use RE
Initialisation: Read Email and download the file based on your conditions
Transaction: Read downloaded files and compile in one file
Final: Send to the client and delete the folder
источник

RS

Rakesh Sharma in Uipath RPA
Above is my high level process
источник

RS

Rakesh Sharma in Uipath RPA
Sarthak Gulati
My suggestion, if u reallh want to use RE
Initialisation: Read Email and download the file based on your conditions
Transaction: Read downloaded files and compile in one file
Final: Send to the client and delete the folder
This sounds good but if we get around 10 mails at a time what we can do
источник

RS

Rakesh Sharma in Uipath RPA
It will read 10 mails but process only one attachment right
источник

SG

Sarthak Gulati in Uipath RPA
It depends if your mail meets your condition and has attachments, then all attachments will be downloaded
источник