When a custom form is updated on a request, make update on same custom form on the resolving Project
Hello!
I am attempting my first scenario and can't quite seem to get it working, so I am seeking input on how to go about this.
Here is the goal:
A User submits a request.
There is a custom form on the request that the user will make updates to as the Project progresses.
The custom form is also on the resolving Project.
The goal is to have the automation detect when updates are made on the Request custom form and make those updates on the Resolving Project's matching custom form so the Project Coordinator does not have to manually make the updates on these projects.
The scenario will need to monitor all the active requests in a specific request queue and move the updates from each request to the corresponding resolving project.
I had a very simple scenario built to start but it only works 1:1. one request to one project, once I began adding in other requests to the test queue thing went off the rails.
thank you for any pointers or examples or anything!
****UPDATE****
I currently have two scenarios that I have created to do this, they are both working very similarly. The problem is this: they both appear to get triggered by an update activity, when an update happens the scenarios will map all the fields on the form from the issue to the resolving project, and do so for all issues in the request queue being watched. So all the fields are getting overwritten on all the resolving projects with each update. One problem that occurs with this is that I have set up an email notification to go out, so the Project Coordinator is aware new data has come in, and allows a sort of trail of changes. Unfortunately, with all projects getting "updated" (even if there was no actual update made to that issue/project) a notification email goes out for every project, which is not helpful.