When I use cloud workflow to copy a multiple value lookup column to another SharePoint list, the workflow is failed and pop up the following message:
"Item could not be created. Check if input is valid. clientRequestId: 0e11d58f-2d59-49f3-bee0-7bf0e62f57f9
serviceRequestId: 17852ea2-908d-0000-325c-4e59c7eb7041"
My method is
1.Read the multiple value of lookup column in source list to an array
2.Write the array to the lookup column of destination list
I am appreciate if you can give some advice or feedback on this topic.