I have 2 lists that need to run in parallel. When list 1 gets submitted, it automatically needs to fill in certain fields in list 2.
List 1 can be completed on its own as well, however list 2 cannot.
I have set up the 'Create list item' workflow which is all working fine.
However, when items in list 1 get amended, I need it to automatically update in list 2.
I have tried the 'Update List Item' workflow, however there will be no way to determine what item needs to be updated, because list 1 can also be completed on it's own (without the need for list 2) so the ID's will not match.
Does anyone have any ideas how I can achieve this?