Hi
I have this flow:
Variables.CreateNewList List=> DownloadList
Variables.CreateNewList List=> MyList
WebAutomation.LaunchChrome.LaunchChrome Url: $'''https://site.com''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 BrowserInstance=> Browser
WebAutomation.ExtractData.ExtractListUsingPagingFromAllPages BrowserInstance: Browser Control: $'''html > body > div:eq(2) > div > div:eq(1) > div''' ExtractionParameters: {[$'''div > div:eq(1) > a''', $'''Href''', $''''''] } UsePhysicalClick: False PagerCssSelector: $'''body > div.section.trending > div > div:nth-child(3) > div > ul > li:nth-child(63) > a''' PostProcessData: False TimeoutInSeconds: 60 ExtractedData=> MyList
The flow iterate corectly into next pages but the extracted links are not store into "MyList" variable. Should I wait until the flow finish all pages ? because there are so many pages I noticed when I run the flow that this variable is empty. Do you know why ?
