Thanks for catching that. i’ll adjust it. I did a fairly convoluted move there because “from_agree” is a yes/no boolean datatype. However, I left it uninitialized in the database. In the popup menu, I couldn’t select anything to see if it was “not yes” so I cast it to a text value then checked that text value against arbitrary text of “yes.:”
I’ll change my database structure to give “from_agree” a default value of “no” which will hopefully get around the issue. Thanks for suggesting this. I’ll respond back with an update for the thread.