Skip to main content
kavyam0002
October 1, 2022
Question

dropdown error

  • October 1, 2022
  • 3 replies
  • 0 views

what might be my mistake

    3 replies

    Participating Frequently
    October 1, 2022

    1. hi, here your saveInto is not configured properly you should simply use a rule input or a local variable here.

    instead of this pass.

    saveInto:ri!crAppContractExtension_cdt.value_txt
     

    2. I wan to know why are you using the where contains in the value section.

    harshitb6843
    October 1, 2022

    The error itself states the mistake very clearly. saveInto expects a variable in which the value can be saved. When you pass an expression, then final output of that evaluation is returned instead of the variable. Hope that helps. 

    stefanhelzle0001
    Brainy
    October 2, 2022

    The underlying issue here is, that index() returns a copy of the date, but not a reference which you would need to store data to. Use dot-notation or angular brackets "[ ]" to get a reference you can use in a saveInto.