We have a table that stores 2 fields with the required information: regional office and region email.
Example:
| REGION | EMAIL |
| region 1 | email 1 |
| region 2 | email 2 |
Our workflow documents the regional office for each assigned job as an extended property that is updated when the supervisor create the job. Is there a was to linked or access the region email information (or any other value for that matter) at an specific step? The idea is that depending on the regional office assigned to a job, when a step runs a notification is send to that regional office email.
Thanks in advance.