I have a process that pulls the Project Manager into a hidden field in the form and then uses the value to send emails at certain points. Problem is if the PM is changed in the source DB midstream (while the form is in flow) the 2nd form, in the review user task, doesn't automatically pickup the new PM. I see this behavior whether the field is hidden or not.
Here is my lookup rule
The user selects a Client in the Client field, which pulls back a list of projects associated to that client. They then select a Project, and that pulls back the PM and City, State.
I found this thread that provides custom code to force a lookup, but when I use that code on the Project and PM Fields it still doesn't automatically update the PM:
https://answers.laserfiche.com/questions/114588/Form-not-refreshing-SQL-table-look-up-values#120808
So, how can I can configure it so that if the PM changes in my source DB, the forms that are in flow automatically pick up that change?