I have created a flow to delete oldest duplicates keeping only the latest one, taking title as the unique key. So currently the status is "Not Arrived". But once someone through power apps changes its status to "Arrived". Then a new New duplicate shouldnt get replaced with the one that has changed Status. So in that case the latest one should get deleted. Pls help me with a solution for this. Thank youSkip(variables('MyVar'),1)
Skip(variables('MyVar'),1)
ID=variables('MyVar')[0]['ID']

Report
All responses (
Answers (