Automating update of lookup data in another Sharepoint List

Copper Contributor

Help! I have a Workflow Tasks list with lookup column Update and an A&L Workflows list with lookup column Tasks

 

When updating Update in Workflow Tasks, I want it to automatically enter that data in Tasks of A&L Workflows. It should be noted that there may be multiple values that will be related.

 

Screenshot 2022-11-25 090907.png

 

Thanks in advance!

1 Reply

@elysiamg To update the multiple selections lookup column, you have to collect the lookup item IDs in below format: 

 

{
    "Id": LookupItemId
}

 

And then pass this to the update item action. Check below threads for more information:

  1. Updating SharePoint multiple lookup column from one list to another list 
  2. Updating SharePoint Lookup Column with multiple  

Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.