I am not sure if I understood you correctly.
Probably you want to get HTML Table row as Blueprism collection. I think that is not available in BP out of the box.
Either you can try and look in DX some parser that is converting HTML table into Datatable object, which is BP collection.
Or another workaround might be, that you can input web path of the table row (tr), not the table cell (td). Then read that full row value into text dataitem,
As an output value, you should get space-separated values.
Then you can split these values (using string split methods)and populate your defined collection, or use regex in order to extract each cell value.
Another alternative way could be to get HTML value of the row. And use regex to extract each cell value, as value will be separated now with HTML tags.
------------------------------
Kind regards,
Dmitrij Mamajev
Senior RPA Developer
Substorm AB
Gothenburg - Sweden
------------------------------
Kind regards,
[FirstName] [LastName] [Designation]
[JobTitle]
[CompanyName]
[City] [State]
[Phone]