Filter distinct records on the applet level
I create a list applet based on a VBC but it return records that are not unique, I want to filter it based on a field (Type) and on the applet level either via script or search spec. Is this possible?
Actual result
| Status | Type |
|---|---|
| Completed | New Install |
| Completed | Modify |
| Completed | Modify |
| Completed | Modify |
Expected result
| Status | Type |
|---|---|
| Completed | New Install |
| Completed | Modify |
0