Sharpoint item issue - to move one particular item from one list to other list

Hi, @shaik
@radu_bucur
@Diana_Mincu
@Palaniyappan

I have this scenario. With help of Get List Item am getting all the items in list A. Here items are invoices. I want to move only one invoice item to List B and want to delete the moved item in List A.
For moving i am using Add list items and for deleting delete list items.

But the issues is all the invoices items are getting moved and deleted. I tried remove from collection activity to remove all the except the required, tried to use invoke method, but failed, tried if conditions but failed.

Are there any other activities , can anyone give a suggestion.

add CAML qurey inside of Get List item activity and Delete list item activity.

““+Approved+”"

make sure you create the approved variable

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.