How to update repeated.current.mydate value

How to update repeated.current.mydate value

mydataSource = [

{ mydate: “”, id: 1 },
{ mydate: “” , id: 2},
{ mydate: “” , id: 3},

]

mydataSource assign to Repeat With of Container
image

inside of container i have 1 Input and that input I put on focus logic a datetime picker
image

my question is how to update repeated.current.mydate value from datetime dialog?

@Mari @Mevi any suggestion for this issue or this features?