Hello! @nasreen-akter
I am trying to use the following to drop into an IfElse Activity but am getting an error:
@greater(item().virtualWorkPercentage, 0)
item().virtualWorkPercentage is a string
ADF sees 0 as an int
the error is:
The function 'greater' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match
Source
Thanks!
Mike Kiser
