I created a business process.
Firstly, I add a signal when a record was deleted.
Then, I read the data of that record.
Then, I read all record which was created after the deleted record.
Last, I modify the record on the previous step.
But When I active the business and do testing, I deleted a record but other records were not modified.
Can someone help me?