How do I create app containers and content based on number of rows in a table

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?

@GabrielxKuek

Rows will be automatically created …columns is what you need to manually define / create

Cheers

Hi! Thank you for replying.

The question I’m asking is more in relation to creating content in UiPath App Studio :sweat_smile: 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.

@GabrielxKuek

you have to create all of them…there is no automatic way as of now

cheers

:smiling_face_with_tear: if only i had found out sooner haha

thank you. if not i would have spent another day trying to solve it :joy:

1 Like

@GabrielxKuek

We will be launching a Custom List in VB soon, which could address the ask if I understand currently

You can try creating legacy app which supports custom list control and see if it meets the ask

Custom List renders the dynamic number of rows/columns based on the query fetching number of records

This is great news, can you share any info when “soon” is? this is exactly what I’ve been looking for, and my current solution is horrible :slight_smile:

May mid to may end
Depending on geographical sprint deployment
We are currently working on fit and finish and bug fixes for same