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:

  1. In the Events dialog box, scroll down.
  2. Under Add Tasks, click the Select Task list, and then select ADD_NEW_OBJECT.
  3. Click Add Task Config, and the Add Task dialog box opens.
  4. In the Add Task dialog box, click the Configuration area to expand it.
  5. In the Configuration area, see the Enter Data Path field.
  6. In the Enter Data Path field, enter the data path (For example:- getVal(“tempObject.array1”).
  7. 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