I have a template where I would like the user to input just the EMPLOYEE ID and LAST NAME. Using those 2 inputs, I would like to query a DB table to find the related ROW in an external table. Then, I would like to pull additional information from that external table and fill in the associated fields in my LF template with information from that found ROW.
I like how DYNAMIC FIELDS work, but I would like to do the same via WORKFLOW so the user only has to put in 2 fields of information and there is no lookup delay (due to dynamic field lookup) while the user is waiting to submit the document. Also, we found that dynamic field look ups via template were limited to one table and in my case I have 2 separate table look ups I am trying to do.
Via WORKFLOW, so far I am working with QUERY DATA and ASSIGN FIELD VALUES activities but could not find anything that referenced what I am looking for.
Thank you for your help.