Displaying Extraction Information in Apps

Hi Team,

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.

cheers

You can try Validation Control in Apps here - Its under Private Preview, please register here
https://insider.uipath.com/#/portal/382

Alternatively you can create action app and pass those values via create app task

Thirdly you can save these values in data service after processing from process and let apps read from there

Fourthly you call the process in app via start process and pass the output of the process to apps to render

You can refer docs section or academy course for sameor MVP youtube videos for same

upto extraction part i know @singh_sumit but i need to show to extracted results in UiPath apps

suppose if i have 10 invoices there can i use those extracted results into data service and then show it in UiPath apps