Add items to List Array

Hello,

I have create a list with structure bellow:

How I can insert items under studiesexpense or expense?

Will this help?

Sorry, I forgot to mention that list - is Server Connect action (back end).

When you click on the Add in List you can bind the value on the properties panel…

In your case you see just one field there:
-age
that is an array type

For example you can handcode there:
[{studieexpense:123},{expense:1000}, {studieexpense:127},{expense:2000}]

When I’m trying to replace static data with some Server Connect binding - it fails.

I see…
This have happened to me also but it was on client side flow and I could hardcore it…

I’m driving now… I’ll see it in a while

Try to pass this array to a set value first and then bind the set value to the arraylist

@famousmag I appreciated your help, but your solutions doesn’t work.

1 Like

@Teodor any help from you side or it’s not supported by Wappler currently?
Idea is to have array of:
year
-studiesexpense
-expense

year
-studiesexpense
-expense

etc.

Hey Notum,

I found the way…
We use an extra ArrayList for the age.
Here is an example:

2 Likes