Google Cloud SQL Insert
Use this activity to execute an SQL Insert statement on a Google cloud database instance. The Google Cloud SQL Insert activity returns information in the form of rows based on the returning clause specified.
Input Settings
The Input Settings tab has the following fields:
Input
This tab displays the input schema of the activity in a tree structure format. The information in the schema varies based on the insert query provided. The fields that were selected in the Input Settings tab will be available in the schema. You can either hard code the values or map them to a field from the output of a preceding activity in the flow using the Mapper.
Fields from RETURNING clause are displayed under the Parameter node and the fields from VALUES clause are displayed under the VALUES node in the input schema.
Output
This tab displays the activity output schema in a tree structure format. The output of an activity is displayed for informational purposes only and cannot be modified or altered. The information in this schema varies depending on the fields that are selected in the Input Settings tab. The properties that are displayed in the Output tab schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.