cancel
Showing results for 
Search instead for 
Did you mean: 

Modern Browser Automation - Read Table Using Cell References

DavidBruce
Level 2
Hello,

I'm going through this section, and though it's not required, trying to replicate the Read Table Using Cell References on Section 6.6.3, but I'm unsure of what two items are doing -> 
1) Read Col n Row n -> where is that being stored?
2) Set Row/Col Value -> I'm unclear if this is saving to the collection or to the data item.  

Thanks for your help, 

David
1 REPLY 1

bruce.liu
Staff
Staff
Hi David,

While I do not have the source code with me, I can try to make an educated guess here:

1) Read Col n Row n -> where is that being stored?

I think the value is stored in data item "Row Col Value".

2) Set Row/Col Value -> I'm unclear if this is saving to the collection or to the data item.  

I believe this action uses the value of "Row Col Value" data item and sets the "row data" accordingly. Once it has gone through all columns, it will then append the "row data" to the "Results" collection using "Utility - Collection Manipulation" > "Append Rows to Collection" action. However it is not very clear where the "row data collection" is, it is possible that it is not shown on the diagram.