How can I store Extracted Values in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 09:12 PM
I need to display the extracted values of document verification task [sn_doc_processor_extracted_value] in workspace, however the extracted values are stored in table [sys_di_extracted_value], what can I do?
Background
According to guideline, first of all I created a document verification task [sn_doc_processor_verification_task], and then I upload the pic as attachment in the verification task and change state to 'submitted', and then I created a Document Extraction Task [sys_di_task] and set the 'document verification task' as source record, then I process the 'Document Extraction Task', it completed successfully, however the extracted values are stored in [sys_di_extracted_value] table.
I tried to create a flow to look up records, but seems table [sys_di_extracted_value] and [sys_di_task] are not accessible in flow designer, what I can do?