When I first started using BP, we were still on v4. I'm not sure if the VBO had been modified, or if the action didn't exist at that time, but I wound up having to write it from scratch.
To my knowledge, it's good enough to use OOB. I just don't really go into the original version of that VBO anymore, haha. (That and I have a slight obsession with using C# for the sake of maintenance.)
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
Original Message:
Sent: 08-14-2019 06:05
From: Andrey Kudinov
Subject: No problem Richard :) Love…
Ami, any reason not to use filter action in collection manipulation?
I know default VBOs are mostly bad, but it should work.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
Original Message:
Sent: 07-30-2019 10:18
From: Ami Barrett
Subject: No problem Richard :) Love…
I'm adding a C# code stage that should handle this.
Inputs:
Collection - Collection
FilterString - Text (For this particular example, the value would be "`Region` = 'East' and `Fruit` = 'Apple'" (with quotes))
Outputs:
Sorted Collection - Collection
String filter = "";if(FilterString!=""){ filter = FilterString;}DataView dv = Collection.DefaultView; dv.RowFilter = filter;Sorted_Collection = dv.ToTable();
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
Original Message:
Sent: 07-30-2019 08:12
From: Aarti Bansal
Subject: No problem Richard :) Love…
Hi Mustafa, Wanted your advice on how to apply 2 filters at once in a Collection. I want to apply filter for finding stock of Apples in East region. Any suggestions would be appreciated. Thanks
Region | Fruit | Stock | Grade |
East | Apple | 10 | A |
East | Orange | 15 | B |
West | Apple | 20 | A |
West | Orange | 25 | B |
West | Grape | 30 | C |
------------------------------
Aarti Bansal
Automation Associate
S&P GMI
Indian/Chagos
Original Message:
Sent: 08-16-2018 13:11
From: Mustafa Ulas Yigit
Subject: No problem Richard :) Love…
No problem Richard :) Love the strange syntax of BP! Have a great day...