◷ Reading Time: 4 minutes
The example will get the details of a list of bank accounts and determine/calculate the following facts:
- Maximum balance
- Minimum balance
- Average of bank accounts
- Summation of balances
- Find the latest and oldest Bank accounts by Account opened date
Running the flow
1. Open Flow.xml

2. Click on Debug icon

3. Select Data Composer as the Source.

4. Click on Data

5. Click Open

and select the sample JSON file in the project folder.

6. Once the sample data is loaded, click OK.

7. Select ‘Object by Data Composer’ under Input

8. Click Stop Debug

9. You will see the results in Parameters window

Project Description
The project contains the following files.
Flow
- Flow.xml: Defines the flow

IRD (Information Requirement Diagram)
- IRD.xml: Defines the calculation node.

The JSON for the Data Composer JSON file is as follows

Video Description
Process Steps
The process contains the following steps:
- Input bank details
- Calculate the maximum, minimum balance, average, and summation
- Find the latest and oldest bank accounts by the account opened date
Download the project
The project can be downloaded using the attachment at the end of the page.