Using a!save, values of variables are not getting reflected into the rule input of type CDT

After applying logic on variables using a!save the values in the variables are not getting reflected into the rule input of type CDT.

OriginalPostID-225751

OriginalPostID-225751

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Please check the following things,

    1. check the function totalscore(), Is this returnung any value?
    2. If we are saving the same value, which is configured at "value" attribute of a component, then it is not required to use a!save, instead we can directly use the ri!Emp_det.total_score at "saveInto" attribute. It should work if we use a!save as well. But please check the type of ri!Emp_det.total_score. If it is a multiple type then use the index.
Reply
  • 0
    Certified Lead Developer
    Please check the following things,

    1. check the function totalscore(), Is this returnung any value?
    2. If we are saving the same value, which is configured at "value" attribute of a component, then it is not required to use a!save, instead we can directly use the ri!Emp_det.total_score at "saveInto" attribute. It should work if we use a!save as well. But please check the type of ri!Emp_det.total_score. If it is a multiple type then use the index.
Children
No Data