ADF Error when using function from Data Flow Library
Luis Trujillo
20
Reputation points
I have the following function in my data flow library:
iif(isDecimal(i1),toDecimal(i1,i2,i3), toDecimal('0.00',i2,i3))
Configuration:
When running the data flow i get this error:
Cannot evaluate constant value with this type
If I removed i2 and i3 the function works, any ideas why?
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
Sign in to answer