Good Afternoon everyone,
Is it possible to dynamically update a list field based on the values inside of a token?
Here is my approach:
When I send in a document, I pattern match a specific set of criteria (let's say 3 alphanumeric values). I then store them as a multi-value token. Now, I have a created a list field called "Status" that is empty, and the next activity is to assign the stored token (which contains the 3 alphanumeric pieces of information I need for the specific entry) to the "status" field. The result is absolutely nothing, I'm not seeing a reflection on the metadata.
any feedback would be greatly appreciated!
Tony