Data in repeat children reload bug

Wappler Version : 4.0.1
Operating System : win10

I have a table generated from serverside api action. The data comes in JSON form and has some nested arrays (like the Items column)
image
So in order to display all the items in the table I used a Repeat Children component:


All that works as intended but if I filter the data and reload it in the proces all the data on the page refreshes but for the items column.

I found this thread Refresh repeat on server action load where @mebeingken says you shuld use Unique Key in a repeat but it doesn’t make any difference (also I think it might be bugged because when I open the data bindings window it’s empty)

What’s even weirder is that the Parcels column which also uses a Repeat Children (although in my dataset it always has just one item) reloads properly…

Community Page
Last updated: