Reading Table from web

joso33

New Member
Hello

I'm working with a web system that handles incoming claims from vendors.
I'm trying to read the data from the table in order to build up my work queue but I would like to get multi columns.

When storing into a collection I'm only getting 1 column och loads of blank spaces.

Any tips how to sort this?

Sorry for the cut-outs, it contains some sensitive information.

I attach the result.

What I would Like is a column for each as it presented in the sytem i.e:

Kontrakt(column1) Typ av återtag(column2) Datum(column3) Åfnr(column4) Åfnamn(column5) Delbet(column6) Status(column7)
 

Attachments

  • 2019-07-11 09-55-53.png
    33 KB · Views: 16
  • 2019-07-11 09-57-37.png
    8 KB · Views: 12

Jitendra

New Member
Hi,

What you are looking at may be just a reporting layout and not the actual table construct due to which BP may not be able to extract the details as a table.
Are you able to spy each individual line record? if yes, I will suggest using dynamic variable to loop through the values.

Thank you,
Jitendra
 
Top