So here's one for those that like to find creative solutions. I'm working with a customer that uses LF Cloud. I'm running several documents through Quick Fields, which is using barcodes to identify the document type, then assign that value to a list field.
I would like to be able to have Quick Fields verify that the value it gets from the barcode is a valid value that exists in the list field in order to prevent false identification if a barcode happens in the document organically (other than on the cover sheet) so it doesn't create a new document with an invalid value for the field.
Since it's Cloud, I can't just set up the LF database as a data source to do a token verification against. I thought of using Cloud Workflow to get the values and update a local SQL database, but I can't find any activities capable of pulling all available values from a list field.
Any ideas?