Hi Team,
I am working with the documentsChatField in Appian. After uploading a document, I want to pass it to the chat field for verification. If the verification is successful, I need to save the document details in the database.
documentsChatField
Could you please guide me on how to achieve this? Is it possible to trigger document verification immediately after upload and then conditionally persist the document metadata based on the verification result?
Discussion posts and replies are publicly visible
Hope you are uploading a document through fileUploadField and passing it to documentsChatField for conversation.You want to store the document after verification, but how are you concluding the verification of the document?But just for information, the documentsChatField does not support saveInto and you cannot extract data from it- it's just a session-based chat.
I have successfully implemented file upload using the fileUploadField component and obtained the document ID after upload. I would like to pass this document ID to the documentsChatField through a local variable in order to initiate a chat session with the uploaded document.
fileUploadField