Hi,
Could someone clarify my doubt about difference between the usage of the rules APN_isEmpty and APN_isBlank?
It would be good if a simple example is illustrated to make it simple to understand.
Thanks
Faisal
Discussion posts and replies are publicly visible
isEmpty check whether a value is null or an empty list. isBlank checks for null and an empty string.
I do not use these expressions and recommend to use the new a!isNullOrEmpty function
docs.appian.com/.../fnc_informational_isnullorempty.html
Hi All,
Really very helpful suggestions and solutions .
One thing I did not understand. What is "singlePV"
rule!APN_isBlank(singlePV)
Returns boolean regarding a singlePV if it's either null or has no characters.
singlePV (Any Type)
Could someone clarify please?
Faisal H Faridi said:What is "singlePV"
I don't see this exact term used anywhere prior in this thread, or even at Stefan's link - can you clarify what you're referring to? Without any other context I'd guess it's referring to a PV of "single" type, i.e. not an array (aka "multiple"), but that's just a blind guess at this point.