Val Function
Overview
The val function is used to make data from one script or from the hard drive available to other scripts or tools in your workspace.
Sample
from davinci.python import val val.set('data', [{"name":"record1"},{"name":"record2"}])