Uipath with flexicapture

i start learning UiPath to working with abbyy flexicapture. i can get data from normal block but i have a problem if flexicapture get data in repeating group how can i get data from that field.

in FC admin station it’s work fine. i just need to know how to get that data in UiPath studio.

thank you for your helping.

If you have multiple Invoices from different vendors you need to create seperate workflow for each vendor

Workflow>
1.Use Abby Studio to adjust and test your OCR detection and outputs over multiple sampels of same invoice
2. Once you are satisfied you export the project as .afl file
3. Create a new project in Abby FC Engine interface and import the previously generated afl file
4. Run tests to ensure it is performing as per expectations
5. Finally export the project as an .fcdot file
6. Use Intelleigent OCR activities in UIPath. In that use process document to give the path for fcdot file (your final temeplate for an invoice) and the file it needs to process

If you need in depth guidance on how to use Abby Studio, you should request for a training/demo session from them directly as it will be helpful

1 Like

this is result from FC12 station. it’s work to get data from invoice.
ite

but my question is how can i access to that data in UiPath studio because if i use get field it return error

Source: Get Field
Message: Field not found
Exception Type: System.Exception
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Field not found
at UiPath.IntelligentOCR.Activities.FC.Scope.OnFaulted(NativeActivityFaultContext faultContext, Exception exception, ActivityInstance source)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

so i need to know how to get that data in UiPath studio. i didn’t have problem with abbyy.

thank you for your reply.

ps. the other field can get data (CustName CustCode etc.) .

You need to user Intelligent OCR activity scope in UiPath and inside that you have activities which utilises the fcdot file (generated from admin conosle of abby) and gives output as an excel file mapped against the fields in the template

now i change repeating group to table so now i can get data to use in UiPath by “get table”

thank you for your reply

@Suchanon_Sengchuan Did you find the answer for getting value from repeating group?