Is there a way to dynamically change the icon (e.g., arrow up/down) based on whether the value is trending upward or downward in the low code app? If yes, what condition or binding should I use to determine the trend direction?
Image attached:

Hi Tarik,
You could try using the Get Behavioral Change Event (Get behavioral change events | DataMiner Docs) which indicates 'Increase' and 'Change Type', then conditionally show the corresponding shape. This method would rely on the Anomaly Detection (Behavioral anomaly detection | DataMiner Docs) so would not be present for every parameter.
I believe the better solution would be to extend the connector and add a parameter to allow for change direction. The connector is aware of current and previous value which is needed to perform the change detection. Then use this parameter in the LCA or Dashboard to conditionally show the corresponding shape.