Skip to main content
May 18, 2023
Question

How to store local variable

  • May 18, 2023
  • 6 replies
  • 0 views

Hi All,

I want to save some local variable after the button "submit" is pressed.But Submit button located in other interface (details are there in one interface and we are using details  interface in other interfcae which has SUBMIT button.So where can I use this a!save(target,value) to store local variable?

    6 replies

    sunilc6392
    May 18, 2023

    Hi Sirio,

    You have to map all your local variables in your submit button using a!save(target,value).

    May 18, 2023

    Yeah But my local variables are from other interface and submit button is in another interface

    sunilc6392
    May 18, 2023

    What is your use case I don't understand, you want to pass your data from one interface to another interface and save it in a local variable why?

    stefanhelzle0001
    Brainy
    May 18, 2023

    Have a look at this blog post: appian.rocks/.../

    mathieud0001
    Brainy
    May 18, 2023

    Did you try declaring the local variable in the parent interface and pass it as a rule input to the child interface?