Add New Object
You can use this task to add a new row of data to the table or display a set of data in the FV (Functional View) component. When this task executes, it creates a set of data in the data source.
To configure the Add New Object task:
- In the Events dialog box, scroll down.
- Under Add Tasks, click the Select Task list, and then select ADD_NEW_OBJECT.
- Click Add Task Config, and the Add Task dialog box opens.
- In the Add Task dialog box, click the Configuration area to expand it.
- In the Configuration area, see the Enter Data Path field.
- In the Enter Data Path field, enter the data path (For example:- getVal(“tempObject.array1”).
- After you enter the data path, click Submit to configure the ADD_NEW_OBJECT task.
In the getVal(“tempObject.array1”) data path, array1 is the array type JSON object. When the Add_New_Object task executes, it adds a set of data to the array1 object in the data source.
Was this article helpful?
YesNo