Hi guys, a question.
I'm running a flow, which identifies the barcode of a document, and separates the next pages of that document by recording in folders with the name of the variable IDCODEBAR, until I find the next barcode in the OCRZONE that I determined.
Everything is working great!
Now I need to make sure that only the page that has the barcode (REGISTER) can be saved in a root folder of the type:
c:\patient\%IDCODEBAR%\PATIENTIDNAME%\
That is, outside the other folders, which refer to document types.
I tried with the trigger split, I used the page separator, but they all cause the other pages of the document to be saved in the same location individually.
I need to have only the first page.
I imagine I need to create a unique flow for this purpose.
What I'm not sure is what kind of function I can use, just to have a page of a document with ten pages for example. Considering that the page I need is the page that I can identify it with a barcode.
Thank you