Size: a a a

2021 June 29

K

Kunal in Uipath RPA
You can try uipath document understanding to extract details including item details from the pdf's
источник

A

ARP in Uipath RPA
Ok
источник

K

Kunal in Uipath RPA
Check out below YouTube video in which i have demonstrated the same...

https://youtu.be/TPNv3klwYho
источник

A

ARP in Uipath RPA
Thanks i will try
источник

K

Kunal in Uipath RPA
👍
источник

A

ARP in Uipath RPA
For api key i need to use orchastrator n i dont want that
источник

A

ARP in Uipath RPA
How can i do this by uding regex
источник

DS

Dhruv Solanki in Uipath RPA
Hey I'm new to uipath can anyone pls just guide me from where I can learn rpa uipath
источник

V

Vidya in Uipath RPA
What exactly this means in chatbot?
источник

NK

Niranjan Kodakandla in Uipath RPA
I need small help in RE framework, i have only one transaction how to assign thta in get transaction data?
источник

DL

Derek Lau in Uipath RPA
At the GetTransactionData.xaml, assign out_TransactionItem to a data-table which has just a single row in it.

This is so that it will just process the single row as in_TransactionNumber = 1, and stop any further transactions after as there are no more rows remaining.

Also, this is assuming you switched out Queues to Datarow in your ReFramework which is for the scenario whereby you are not using Orchestrator.
источник

S

Soumya in Uipath RPA
Hello all,, I need some information from you guys.. How to handle huge data in Excel? Like say we have 1 lakh records
источник

MP

Mounish Patnala in Uipath RPA
Question Asked in interview...help me with the answer .."In a folder there are many pdf files in them there are some scanned PDF's are also there.How do we seperate them? " What is the Workflow to do this scenario?
источник

MP

Mounish Patnala in Uipath RPA
Question Asked in interview...help me with the answer .."While doing web automation , a specific URL takes random amount of time to open the application? How will you fix this? It takes 10 seconds one time , 5 seconds one time,15 seconds one time... " What is the activities which helps me to fix this situation? Other than delay activity
источник

MP

Mounish Patnala in Uipath RPA
Question Asked in interview...help me with the answer .."Suppose, there is a folder which contains many files like PDF,text,word,jpeg ex., From that we need to seperate only text files and keep them in one folder? " How do you write  the Workflow to do this scenario?
источник

MP

Mounish Patnala in Uipath RPA
Question Asked in interview...help me with the answer .."If you are developing a project and the team consists of 3 members, how would you exchange the workflows? In which formats or in which files? Xaml or anyother "
источник

nn

nived ningileri in Uipath RPA
You can use

Assign activitiy

data= Directory.GetFiles(folderpath,"*.txt")

Data will contain file path of text files in that folder

Then u can loop through this and use move file activity to move the file to another folder
источник

nn

nived ningileri in Uipath RPA
источник

nn

nived ningileri in Uipath RPA
Ans for 3rd question
источник

MP

Mounish Patnala in Uipath RPA
TQ very much Dude ..for sharing ur knowledge...
источник