My AttemptI am trying to build 2 lists, a parent that is populated from a form, and a child that is populated from the parent list. I have a working flow that moves the form answers into the parent table (I could use this to also populate the child table, but assumed this would stop me being able to update the child based on editing the parent)
I need the child list to update if it meets a condition and if
a) a new entry is made into the parent list from the form
b) the parent list is manually edited
The columns I have are: Name, Project, Stakeholder, Key Message. The condition is based on the project field (ultimately I will produce more of the flows once I have the first one set up). I tried creating ID fields but got confused!