Hi @donaldekpe
Every time I select up to the second item, it automatically selects all the items for extraction
This is by design that PAD automatically detects and gives us a table based on the first two selections.
Here are some options for what you are trying to do.
1. Extract just the first item. See its html in the Advanced Settings and likewise get the second item.
Eg;
/..../Div(0)/Input(0) -> if this gives the first item
/..../Div(0)/Input(1) -> then get the second item separately
Either use a separate Extract data from webpage or use the Handpicked values option of the Extract data from webpage to extract both at once

2. If you are having trouble with that then to get the first few items of a list below is the syntax
If MyList is your list then use %MyList[0:2]% to get the first two items.