Need help with this error

Certified Senior Developer

Hi Everyone,

I am getting error in the dropdown field,
i have called 3 dropdown fields in interface level when i am selecting the value from 1st dropdown am getting error like this and this dropdown is 2nd and also i have passed the values and labels same only still i am getting error like this (the data is saving in the child records i have used parent records to pass the data to child )

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Some appian components are picky between "true null" (where the value = NULL aka "null()"), versus merely "blank text", i.e. when the value = "".

    To test this, temporarily replace your "value" parameter with "null()" instead of the value you're trying to reference.  Does the error go away, and you see your placeholder text as expected?  That means it doesn't like the value you're currently trying to pass in by default.

Reply
  • 0
    Certified Lead Developer

    Some appian components are picky between "true null" (where the value = NULL aka "null()"), versus merely "blank text", i.e. when the value = "".

    To test this, temporarily replace your "value" parameter with "null()" instead of the value you're trying to reference.  Does the error go away, and you see your placeholder text as expected?  That means it doesn't like the value you're currently trying to pass in by default.

Children
No Data