Counting rows in HTML table section
I'm trying to get the correct count of rows in the first iteration of table section 2 (below Devices). I want to get a count of 3. I have tried the AbsoluteCount property, but it gives a count of 9. What should I do differently to get the correct count of 3? I'm using a separate forloop to access each table section. AbsoluteCount works correctly on table section 1, adjusting for a varying number (2 iterations vs. 3 or 4).
I'm trying to get the correct count of rows in the first iteration of table section 2 (below Devices). I want to get a count of 3. I have tried the AbsoluteCount property, but it gives a count of 9. What should I do differently to get the correct count of 3? I'm using a separate forloop to access each table section. AbsoluteCount works correctly on table section 1, adjusting for a varying number (2 iterations vs. 3 or 4).
Name | Type | ID | Status |
Devices | |||
Device 1 | Device 1 type | Device 1 ID | Device 1 status |
Device 2 | Device 2 type | Device 2 ID | Device 2 status |
Device 3 | Device 3 type | Device 3 ID | Device 3 status |
Zones | |||
Zone 1 | Zone 1 type | Zone 1 ID | Zone 1 status |
Zone 2 | Zone 2 type | Zone 2 ID | Zone 2 status |
Zone 3 | Zone 3 type | Zone 3 ID | Zone 3 status |
Sensors | |||
Sensor 1 | Sensor 1 type | Sensor 1 ID | Sensor 1 status |
Sensor 2 | Sensor 2 type | Sensor 2 ID | Sensor 2 status |
Sensor 3 | Sensor 3 type | Sensor 3 ID | Sensor 3 status |
I'm running Pega Robotic Automation Studio version 8.0.1037.0
Thanks,
Pat
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.