Hey,
Using the filters do you now have a Grid that has all the Activities you want to be deleted?
Make sure the Grid has a list of all the Activities you want to have deleted and no other ones. All that step 15 is going to do is loop through each row of the grid and delete the record. The filter should have two options attached:
> Where ActivityStatus Not Equal to Completed.
> Where Activity is within XX-XX-XXX and XX-XX-XXXX date range.
Once you have a Grid with a list of Activities you want to have deleted, add the Field RecordID to the Grid.
The Action Properties for Delete Record From Table will be:
Under Select Table: select Activity.
Under Where Field select RecordID.
Under the next drop down select Equal To.
Under Value: select Value From Row.
Under the next drop down select RecordID.
In the box Internal Note: type in what this action does.
Click Save & Close.
What is happening here it’s going to delete every Activity from the Activity table that matches the RecordID that is listed in your Grid you created. It's crucial you confirm the Grid meets the Activities you want to have deleted.
Let me know if you need me to elaborate any steps here.
- Mortaza