Hi there,
is there any way to set and save the default view in the "All documents" tabs?
Everytime I click on all documents I need to change the view and I can't find the settings or a way to save the view.
Thanks in advance
so long
Search found 4 matches
- Fri May 22, 2020 2:38 pm
- Forum: General topics
- Topic: Set default view to list in "All documents" tab
- Replies: 1
- Views: 1894
- Mon May 04, 2020 4:03 pm
- Forum: General topics
- Topic: Workflows - Access OCR content for condition for adding tags
- Replies: 8
- Views: 14387
Re: Workflows - Access OCR content for condition for adding tags
And now I feel pretty stupid.
Of course I can access everything from workflow_instance.document.latest_version.ocr_content.
I didn't realize I was not using the workflow_instance entrypoint there.
Of course I can access everything from workflow_instance.document.latest_version.ocr_content.
I didn't realize I was not using the workflow_instance entrypoint there.
- Mon May 04, 2020 3:39 pm
- Forum: General topics
- Topic: Workflows - Access OCR content for condition for adding tags
- Replies: 8
- Views: 14387
Re: Workflows - Access OCR content for condition for adding tags
just realized that I posted the question in the wrong forum. Sorry bout that!
- Sun May 03, 2020 3:29 pm
- Forum: General topics
- Topic: Workflows - Access OCR content for condition for adding tags
- Replies: 8
- Views: 14387
Workflows - Access OCR content for condition for adding tags
Hello there, I have trouble accessing the content of a Document to determine if a add a tag. I tried it with the document.latest_version.content variable, but I guess this is no accessible from a workflow. I have a workflow which enters a state when OCRing is finished. Then I would like to look for ...