Manually fill simple repeater data value on edit
I'm storing repeater value to another table, each value will be based on
languages
. On create it's working fine (storing).. but on edit the repeater value cannot display.. what can I do to fill simple repeater value on edit
On edit, total rows are correctly populated without value.. and this approach correctly filled text input Plan name
4 Replies
This is what I get inside
->mutateRecordDataUsing()
before return
Solved now
@Vp Great to hear you figured it out. Would you mind sharing your solution? It will be useful for others in the community
I just change this line (OP) like below and it's working fine