I created a workflow for adding and updating a list that is linked to another list. this is a one way step from master to child list. it works except when i update an item, instead of updating the changes onto the child, it creates a whole new entry with the changes that i made. am i missing a condition/action anywhere that will stop that?
so far i have
condition: if child equals master
action: update item in child
and
condition: else if child not equal master
action: create item in child (output to Variable: create)
thanks!