Hi, I am trying to import bank transactions with a csv file data provider. I have established the import scenario, but my condition doesn’t seem to work. It is for the amount column in my CSV file where if it’s positive, it should be a receipt and disbursement if negative:


This is my error when importing: An error occurred while executing the Abs(Identifier(Amount)) function. Type mismatch in the argument 1 of the Abs() function: Expected one of the Integer types.
Looks like ABS function isn’t accept by the system. Can someone help please?
