Accessing JavaScript Variables Values with App Connect

Hello wappler community.
I would appreciate any assistance on the following issue.

I have a form repeat where the items are set in Javascript like this dmx.app.set("educationArray", myArray). In my form repeat i have input fields that get their values from myArray. Everything works well until i update the input fields. After entering values in the input field dmx.app.set("educationArr", myArray) stops working, in other words it no longer uses the values in the array as the input values.

Thank you for your time.

Welcome,

I'm not gonna ask what are you doinf and if you're doind it correct...
Just take a look here:

(make sure to read the whole thread)

1 Like

Thank you so much. I had to make a slight tweak. Details are in the other thread