How to delete previous queue transactions if count is more e.g 400 489 650 etc

Using this live get all New state transactions.

If you want to delete transactions after 400 or whatever number use LINQ to skip first desired number of transactions.

Iterate through these transactions using For each activity.

Inside it use Delete Queue Items activity.

Thanks,
Ashok :slightly_smiling_face: