In the Designer panel, the result of the screen scraping contains the following, in sequential order:
a Screen Scraping sequence
an [ Attach Window ] or [ Attach Browser ] activity
a Generate Table container
a [ Get Full Text ], [ Get Visible Text ]or [ Get OCR Text ]activity, depending on the method used to scrape the unstructured data
the [ Generate Data Table ] activity for storing the data must be added from the Activities panel.
When I do it, i do not get the generate table container. Which you cannot add from the activities panel in the designer. I assume it is needed, if not then why is it in the training solution and no other method is given to resolve this
It may have been part of an earlier release of UiPath. All screen scraping methods output to a string instead of datatable. you can add it to an initialized datatable separately however, if that is what you need. I do not see the problem.