Skip to main content
May 2, 2024
Question

Error in dropdownfield component when saving into a record

  • May 2, 2024
  • 4 replies
  • 0 views

Hello,

I'm getting really confused here. This error pops whenever I click on "Cancel project" but I don't think there's anything wrong with the dropdownfield component below. I've done this dropdown a 100 times before but for some reason, this error is persisting  can you guys see what I might have missed?

4 replies

mathieud0001
Brainy
May 2, 2024

Can you show the saveInto for the cancel button?

May 6, 2024

Got it resolved. I indexed into the local variable to retrieve the data and that worked. Thanks for your reply!

May 3, 2024

Hi Tamara saadeh,

if you could use the function tointeger()  ( like this tointeger(local!project[record type]) ) in the value of the dropdown it would fix the error.

Thanks

May 6, 2024

Got it resolved. I indexed into the local variable to retrieve the data and that worked. Thanks for your reply!