Dynamic component issue with 2nd and 3rd vertical arrangement

friend please check this issue







Hi,

What error are you encountering?
Also, I see you’ve created six procedures to perform two operations that, if I’m not mistaken, are almost identical.
DRY!! :grin:

A suggestion, you could use a schema that would save you a lot of blocks, and once you understand how it works, it makes everything much simpler.

Error is this marked, not gettein size values

can you explain how to use this

I’ve provided you with many guides that explain how to use it :grin:

Could you also add a few more details?

What do you mean, what size values?

there are 3 lables, first one width is 28% and second also same width 28% and third is also 28%,But here only first label got width second and third got to automatic

Here’s what I mean by DRY.



immagine

If you have any doubts about how it works, just ask.

getting error

here are blocks i have used

Hi,

vertical_container_with_Label needs to be called for each cell.
Are you sure you’re selecting the correct indexes?
Have you tried my code without modifying anything? Does it work?

please can you explain with blocks

i have tried your code as it is

If I remember correctly, from GotAllRows you receive a list of lists.
in that case, you should do it like this.

i have changed getting same error

Could you show me what you get as responseContent?

blocks2

It’s a very inconvenient format to handle, especially because it doesn’t allow me to convert it into a dictionary.
Anyway, it should work like this.

Can you place the is dictionary block here in the middle?
If it returns true, we can do it in a simpler way.

immagine
dictionaries_is_dict

Or if you prefer, send me the project in a DM.

is a dictionary returned false

Ok, then do this,

to be correct, change for each container from 1 to length of fields.

not getting ,please check this .ais file

Sri_Balaji_Traders_Inventory.ais (63.2 KB)