where we have to assign web loop or start loop for the particular web page
Web Loop Table should be used only after the target web page is fully loaded and the required web table is identified. This step is specifically designed to iterate through an HTML table and must be placed at a point in the workflow where the table elements are available on the page.
Start Loop, on the other hand, is used to iterate over workflow data such as rows, counters, or conditional logic and is not dependent on any specific web page or web element.