Forum Discussion
Automating update of lookup data in another Sharepoint List
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.
Thanks in advance!
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:
- Updating SharePoint multiple lookup column from one list to another list
- 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.