App Studio: Legacy Value Binding equivalent in VB

Hi,

With the new version there are two options while creating the App Legacy and VB. My understanding the VB should be used as the Legacy will be phased out.
In case of Legacy for many controls there is a property called “Value Binding”, which is not available with the VB App.
So what is the equivalent in VB to Legacy’s “Value Binding”.

Note: The current documentation/Tutorials such as the one below refers to Value Binding.

Thanks a in advance

@hgaber105 ,

Value binding is no longer supported in VB Apps. To transfer data between pages or controls, it is recommended to utilize App Variables. For further understanding, refer to the instructional videos provided below.

1 Like

@hgaber105

there is no value binding here

either access using container.text.value or assign the value to an app variable and use it

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.