I have simply added two control . I want to update the value of the second control using dynamic binding.
let clientData = clientAPI.evaluateTargetPathForAPI('#Page:DetailsPage').getClientData(); clientData.CustomProperty = {"CustomerA":"A","CustomerB":"B"}
as of now on the change event of the first I am adding this code. and the binding is done to the value of the second control.
First control - Input
second - title
both are on the same screen detailpage