I’m working on an app using UiPath App Studio, UiOrchestrator and UiStudio where it scrapes the results from a google search and then displays all the articles that come up.
I am able to create the web scraper and store the values in a table. The problem I am facing, however, is that I have to manually add the components (container, text boxes, images, etc). Is there a way to automatically create app components based on the number of rows in my table?
The question I’m asking is more in relation to creating content in UiPath App Studio so containers, text boxes and images. From what I know, you have to manually create a content then then assign specific row values (eg Excel A3) to the content. What I want to know is if you can automatically generate one content for each row in the table.