We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

The function 'isnullorempty_appian_internal' is unavailable

Certified Senior Developer

In a PM, getting the below error, how can I resolve this?



  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to MohammedIdrisKhan

    I think you'll be looking for a place where you've used the newer function a!isNullOrEmpty() (and maybe alternately a!isNotNullOrEmpty()).  Your error message (as far as i've seen) has to do specifically with these newer functions.  The code you've posted here using older functions should not be causing any such error that I know of.

    (BTW: Stylistically, we don't usually usually use the "fn!" prefix in front of legacy functions, outside of being called by looping functions anyway, though AFAIK it shouldn't break anything like seen in your original error message.)

Children