
Hi,
I need to get items from a list that field "Request type" is eq to "Cancel" , then need to go to another list and remove the items accordantly. This unique identifier is Dealer#
I can get the flow to "get items" with all my "Cancel" list items but can't get the flow to delete them.
List 1
List 2
Current flow gets items "Cancel" only
but can't deleted them on the List 2 0 Error Item not found.
My list 2 has 400K items and so I was trying to avoid adding another "get items" action to delete the values..
Any thoughts?
Thanks,
Hello Dina,
I checked your flow snapshot, it seems you are get items from list A and delete items from list B with list A item's same id. It cannot be succeeded since this id is record id in SPO.
I understand 2 list share the same 'Dealer' column value while this custom 'Dealer' id cannot replace default id since Flow always delete SPO Items by hardcoded default id. You should add one more get item in apply to each to get the unique id of same 'Dealer' value item in ListB and then deleted it with the id.