Hi All,
I have 2 Flows.
1. On creation of a NEW contact (Dynamics 365), create NEW Project Online and create a NEW Lead with Topic (Project ID)
2. On PUBLISH of Project Online , UPDATE the lead with start and end dates of project (Record Identifier = Project ID)
Step 1:Flow 1 runs and does the intended
Step 2:When a project is published Flow 2 runs and creates a NEW lead (Although Lead from Flow 1 is already created with Project ID)
When the project is published again it UPDATES the lead created in step 2.
Problem:
It should not create a new Lead when Project is published for the first time rather it should upate the lead created in Flow1?
Although the Project ID is same in all the cases. Than why Update of D365 creates a new record and than it works fine with the new record created? Why doesnt it get the record created for the first time in Flow 1?
What am I doing wrong?
Flow1
Flow2