Hi, there. As all of you probably know, is important to use the following snip, in order to handle events on repeater items.
const itemId = event.context.itemData
I have a repeater with a button with the placeholder text of “ver más”, the expected function is to show, through a container box, the basic information of an order (client name, price, etc) and be able to update it, without closing the container.
So, the challenge is: the information is being displayed as the expected, but the update query is not working. How you would do make the update through the container? Considerating that if you use, inside de the container function “event.context.itemData” the id of that moment is being matched with the container and no to the repeater.
In a few words, the main challenge is to be able of re use the context.itemData that was triggered in the “ver más export function” (this element is inside the repeater) to connect it with our update query that its inside of the container