We have a Forms process that has a field called Applicant ID. The user enters the ID number and then it is submitted. The next step kicks off a workflow that does a lookup into a web API using the Applicant ID to find the match. The XML is then parsed out to create tokens and then they are inserted into a MSSQL database table. Once the workflow completes, the next step in the process is a user task. The user task already has the Applicant ID from the initial form submission, so it does not perform the lookup (see this post: https://answers.laserfiche.com/questions/80329/Lookup-Not-Working-at-User-Task).
I have tried to copy the value of applicant ID and put it into another field to kick off the lookup, but that did not work either (See this post for the code: https://answers.laserfiche.com/questions/80393/How-to-copy-value-of-field-1-to-field-2).
So the question is, is there a way to kick off a lookup when the value of a field already exists, or when a value has been copied from one field to another?