Mendix version: 11.8.0
MxCLI version: 0.6.0
Issue:
The description in the microflow returns the name of the input list instead of the given expression for the following aggregate functions:
- SUM
- AVERAGE
- MINIMUM
- MAXIMUM
- REDUCE
Given expression:
Resulting source code:
$Sum_expression = SUM($ContractListInput_1);
Mendix version: 11.8.0
MxCLI version: 0.6.0
Issue:
The description in the microflow returns the name of the input list instead of the given expression for the following aggregate functions:
Given expression:
Resulting source code:
$Sum_expression = SUM($ContractListInput_1);