Delete Rows in Collection

danniaus1

New Member
Hi Guys,

To explain to you my process

I have an email that comes through with a spreadsheet attached

The spreadsheet that comes through is dynamic, the worksheet tabs can be called different things and the cell locations differ.

I want to extract only certain information but don't know where that information will be each time

This is the top of the collection

View attachment 1560334393754.png

Then this is some data further down

View attachment 1560334237728.png

I want to extract the data highlighted in yellow and the data hidden in red.

View attachment 1560385523025.png
 

Sukesh Kumaru

Active Member
Hello,

It's simple.

Looping the collection which was shown in above attachment(View attachment 1560334393754.png)
Search for the <Collection name>.Energy Specification="Total :" if it is True, then read/extract the entire row to other Data items and process according to your requirement.

Happy to Help !
Good Luck !
 

Sukesh Kumaru

Active Member
Hi Sukesh

What if the column names are dynamic so I do not know what they will be each time?

Thanks :)

Hello,

BO: Utility-Collection Manipulation
Action: Get Collection Fields

This action may help you to fetch all the column names,
all the column names and data types are copied to other collection and you can find using search keywords.

Happy to Help !
Good Luck !
 
Last edited:

Rash23

New Member
Hi, I want to delete top row of collection or excel, basically collection is formed on same excel sheet, Top row just has data in A1 cell and all the other columns are blank, please suggest how to delete top row of excel using BP.
 
Top