I have one use case that i have set of invoices in a folder , i need to extract some fields in that invoice and display those values in UiPath Apps, how can it be possible since i am a beginner to UiPath apps, i got stucked how to acheive this and after displaying those fields in UiPath apps i need to take from user input from app itself also so how can i acheive please help
Hie @Alan_Prakash1
to get all files from the folder
1-you can use Directory.getfiles Method or you can use For Each file in a folder.
2-inside for each Use Read pdf/ if pdf or if you have any other document format use those Activity
3- to get specific data from those file you can use Regex or else You can use string manipulation method to extract specific Data from the file.
4- to display those message you can use Log/writeline/messagebox or else if you want to write that data into a specific folder you can pass this in a type into.
for taking input you can use Input dialog box activity.