Function like a!save for version lower than 7.6

Function like a!save for version lower than 7.6:

Hi All,

I need to save multiple values in multiple variables on click of button. We can do it in version above 7.5 by using a!save but this function is not available in 7.5 or lower versions. Is there any way, we can achieve it in version 7.5 or lower versions. The example is that when I am clicking a button submit. I need two local variables to be updated. One local!variable1 will save the value of button & there is another variable "local!variable2" which I want to set to null. Can you please suggest how can I get it?

Thanks

OriginalPostID-215652

OriginalPostID-215652

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    From what I recall (it's been a while since version 7.5!) when using << the rule or function to the right must make use of _ to carry the value of the component. The APN_returnFirstInput() rule allows this but returns the 1st input (obviously) which is the null that you require for your update. Hope that makes sense!
Reply
  • 0
    Certified Lead Developer
    From what I recall (it's been a while since version 7.5!) when using << the rule or function to the right must make use of _ to carry the value of the component. The APN_returnFirstInput() rule allows this but returns the 1st input (obviously) which is the null that you require for your update. Hope that makes sense!
Children
No Data