Array not working in repeat region?

This might be a bit difficult to explain, but I’ll try my best.

Currently, I have a dynamic table that fetches dynamic data from a database, in these tables is an edit button, that pops up a model which contains a multi-select, which fetches data from a another table.

Here is a picture of the modal:

Below the multi-select, are two boxes. The first outputs the array, which should be the value selected in the multi-select. The second one being for the ID of the user selected in the table.

The issue is that the array does not seem to be getting set with the values in the multi-select when inside the dynamic table, however, If I move the modal out of the table, and update the array items to reflect this, it then works correctly.

It only doesn’t seem to set correctly when in this dynamic table. The array item when in the table is “tableRepeat1[0].editprojectsmodal.updateuserprojects.select1.value”, which seems to be correct.

I have no idea why this is occurring.

Info:

Wappler Version 3.9.9
Windows 10
PHP

Community Page
Last updated: