Server Name | Alert Severity | Title Text |
---|---|---|
Server1 | Critical | Needs Reboot |
Server2 | Critical | Needs Upgrade |
Server2 | Major | Needs Upgrade |
Server3 | Major | Needs Update |
Server1 | Major | Needs Reboot |
lets say i have the table above. I want to filter the entire table and return the entire table based off unique values in the Server Name column. So my output would look like the below
Server Name | Alert Severity | Title Text |
---|---|---|
Server1 | Critical | Needs Reboot |
Server2 | Critical | Needs Upgrade |
Server3 | Major | Needs Update |
what is the easiest way to do this with UiPath. I can do it with excel functions. but i havent found a good way to do with UiPath. I have tried the default table method but it only returns 1 column of info and i want all the other columns as well.
Any help is greatly appreciated!