Xpath pages

Hello everybody.
I would like to know how I can get the Xpath from a page that will not be standard.
Example: 1 page contains 10 items, in the other execution the new page will have 3 items…

Can anybody help me?

You mean Reading Xpath values or adjusting with the corresponding indexes to read any number of items of the page?
In case of the multiple indexes, you should get at least the index that changes between multiple items. Modify a variable with the information, check if the item exists and if so, read it. And execute in a loop.

Typically, if single column, one index, multiple columns, 2 indexes. Nested loops.

Hope this helps.