I have a parent case A and child case B. Data propagation is setup on parent case A to move data to child B. Child case B is created using a “Create case” flow shape in my flow. I notice there is an option to provide data transform in the “Create case” flow shape. I would like to know in case I provide a data transform which would run first. Is it the data propagation or the data transform on create case shape?
Just for the record I’ve tried the scenario when we have two propagation data transforms: PropagationA and PropagationB (see attachments).
PropagationA is referenced in the pyDefault case type rule.
PropagationB is referenced in the Create Case shape.
So we can see the results in the tracer: First is the PropagationB which is in the Create Case shape. Second is the PropagationA which is in the Case Type.