Skip to main content
May 18, 2023
Solved

What is the use of using a!save in save into of interface

  • May 18, 2023
  • 4 replies
  • 0 views

Hi All,

What is the use of using a!save in save into of interface.Is there any clarification on this?

Thanks

    Best answer by sunilc6392

    Hi sirio,

    As you know a! save only works when the user interacts with it, a!save is used for saving the data in a particular variable, 
    and you can use multiple a! save in the save into parameter, and also you can use smart service in it.

    4 replies

    sunilc6392
    May 18, 2023

    Hi sirio,

    As you know a! save only works when the user interacts with it, a!save is used for saving the data in a particular variable, 
    and you can use multiple a! save in the save into parameter, and also you can use smart service in it.

    ayusha3676
    May 18, 2023

    You are right [mention:31e30bc1e6454941b197aea874084769:e9ed411860ed4f2ba0265705b8793d05], 
    But you can use only one Smart service within a save into parameter.
    and there is a function save!value used to hold the value within the component.
    you can have more insight about a!save here https://docs.appian.com/suite/help/22.2/fnc_evaluation_save.html

    May 18, 2023

    Hey Sirio,
    it is used to save data from one variable into another variable . and it is used in saveinto parametar.

    stefanhelzle0001
    Brainy
    May 18, 2023

    This is described in the official Appian documentation. Do you have any specific question beyond?