Write into CustomTextField using corvid? My Store API

Is it possible to input data to CustomTextField using corvid? user can do it in GUI, so, I think should be able to do it through corvid too right?

Hi,
You can change the value of you text as shown below:

$w("#textElement").text = "Text Value";

Click here to learn more.