Data binding for actions in repeat doesn't work correctly

Wappler 4.0.3
Win10
NodeJS
Custom Hosting

I create repeat on the page and successfully bind page elements to data.

Then I added a toast component and a button inside repeat region and try to show corresponding information in toast. Choose button, creating dynamic event.

I go to Data Binding for Message.
I choose the field that I want (“id”) and suddenly I see that binding shows like “repeat1[0].id”.


Seems not right – toast doesn’t show info.

I assume the right one is just “id”. When I delete “repeat1[0].” and left only “id”, it began work properly.

1 Like

This has been fixed in Wappler 4.0.4

This topic was automatically closed after 44 hours. New replies are no longer allowed.