Thanks for the response Nagendra, much appreciated! Since the node names are generated automatically and as duplicates, I ended up extending from OmniscriptBaseMixin(OmniscriptTypeAhead) and matching the items though their values to be updated with omniApplyCallResp.
Tayfun Esmer
Technical Architect
Hey Nagendra,
Thanks for this great post! It is extremely useful and I already implemented it in some parts of my project. I am experiencing a problem though which I'm hoping you can guide me to the right direction. When I extend the Typeahead Block in a repeated node (EditBlock and Repeated Group) and update the JSON, the other repeated nodes in the array are being removed. I'm assuming this is because the name of the node I'm updating through dispatchOmniEvent are duplicated in the array. Any idea how should I proceed in this case? Thank you!