Is it possible to implement a database lookup within Workflow with a multi-value field and have it populate other multi-value fields with the return data (keeping it in order) using just the tools that Workflow comes with?
Example:
Table:
001, A, Z
002, B, Y
003, C, X
Laserfiche Fields:
Field 1 (Used to perform lookup):
#1: 001
#2: 002
#3: 003
Field 2 (Populated by lookup):
#1: A
#2: B
#3: C
Field 3 (Populated by lookup):
#1: Z
#2: Y
#3: X
The best I could think up was using a token for each value ID (1-10) in the field and having a lookup process for each one but I am hoping there is a more streamlined solution.
Thanks!