Leah Ju,
Thank you for the reply. I am new to D365 and not very experienced with it so I have to apologize for not getting this.
So the process works like this:
1. Regulatory Case is created.
2. CS assigns the Case to themselves and starts to work on it.
3. They add what call a "Case Product" to the Regulatory Case (so the CP is a 'related' record, to the RC)
When they click the "Case Products" (Red Box) they get this screen. They add a New Case Product by clicking the "+ New Case Product" button (Red Arrow)
This Opens a Quick Create form where they search for the Product they want to add.
The Case Products are listed like this:
On the Case Product Entity, there are two (2) N:1 Relationships. There is no N:N or 1:N Relationships
1 to the Products Entity
1 to the Regulatory Case
Do I trigger the Flow to run on the Regulatory Case when it is modified (when a Case Product is added to the RC) or on the Case Product (when the Case Product is created)?
What is the 'flow' of the Flow?
1. Trigger the Flow on which Entity? (I think it should be triggered when the RC is modified (a Case Product is added, but I have no clue how to set up the filters since there is no field on the RC entity to trigger off of).
2. Get the record that triggered the Flow (The RC)
3. Count the Case Products related to this RC (use a List Row action, but again, not sure how to set the fields in the action)
4. Update a field on the RC called "Case Products Added". (use an Update Row action to update the field with the output from the List Row action).
Am I even close?
Thank you