I don’t have anything new to add, however I can expand on previous answers to hopefully clarify why this is not working.
This is not the case for Table Extraction. Table Extraction works best on tables (data contained in table element on websites), but can be used for other cases where there are multiple records of data on a single page. For example results on shopping sites, or list of webpages for search engines.
You’ve shown us a single page which holds data only for one record. The best approachew here would be:
- Use Get Text to get all marked field - one Get Text per one field
- Use Get Text to retrieve text from whole webpage and use Regex to retrieve values for each field
Try 1 and only go for 2 if 1 is too problematic to implement.