Flow of value from one form to another

How the data can flow from one form to another

can any one give any example or reference from existing examples?

thanks

If there are relations between the data sources, the data defined in relation will be flown automatically. If you want the any other data you can get the record information from the first form and update the data in the second form.

If there are not related, you can get the caller records information by using element.args().record() and can update the data in the second form.

You can place the relevant logic in initValue method…