Hello
I have a Galleria 2 created in which a Button9_1 is assigned. I want to create a workflow that will copy data from sharepoint list A to sharepoint list B
Sharepoint list A has a visible ID for each item in the list and I wanted to select the item to be copied. This is the only unique value for my list
Can someone explain to me what I am doing wrong?
The subject to close when entering the value of Ideq 'ID' I did not enter at the end "'"
Hi @Anonymous ,
Could you please share more details about your scenario? What data would you like to copy from list A to list B? How do you know which item of list B should be updated when clicking a button which belongs to a specific record in the Gallery, depending on what relationship? Suppose there are two items in the gallery, there will to two buttons in the gallery belong to respective items.
If there is a relationship, you can update list B in the App directly using Patch function:
Patch(ListB, LookUp(ListB, ID = ThisItem.Id),{ColumnToUpdate: ThisItem.ColumnName})
So the point is you need to explain more on the two lists.
Best regards,
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional