Any documentation on "save!value"?

SAIL#
Hi All,

why we use "save!value"? Any documentation link will be really helpful. Below is the example:
saveInto:
{
ri!pv1,
a!save(
ri!pv2,
fn!if(
rule!APN_isBlank(save!value),
ri!pv2,
fn!if(
not(rule!test(save!value).ispv2),
null(),
ri!pv2
)
)
),

Thanks

OriginalPostID-189225

OriginalPostID-189225

  Discussion posts and replies are publicly visible

Parents
  • @rishub Initially I would like to suggest you to go through https://forum.appian.com/suite/help/7.11/Evaluation_Functions.html#save.28.29 to gain insights over save!value.

    Further I would like to suggest you to go through the documentation at https://forum.appian.com/suite/help/7.11/SAIL_Design.html ( https://forum.appian.com/suite/help/7.11/SAIL_Design.html#Saving_User_Inputs in particular). These will let you know how actually you can make use of save!value while saving a value associated with SAIL component into a variable in various ways.

    I hope the above links will be sufficient in order to gain insights over SAIL design, save!value in particular, as per your question. Also I have attached a file which contains some simple examples, but these may not be needed provided if your understanding is good with the documentation at above links.
Reply
  • @rishub Initially I would like to suggest you to go through https://forum.appian.com/suite/help/7.11/Evaluation_Functions.html#save.28.29 to gain insights over save!value.

    Further I would like to suggest you to go through the documentation at https://forum.appian.com/suite/help/7.11/SAIL_Design.html ( https://forum.appian.com/suite/help/7.11/SAIL_Design.html#Saving_User_Inputs in particular). These will let you know how actually you can make use of save!value while saving a value associated with SAIL component into a variable in various ways.

    I hope the above links will be sufficient in order to gain insights over SAIL design, save!value in particular, as per your question. Also I have attached a file which contains some simple examples, but these may not be needed provided if your understanding is good with the documentation at above links.
Children
No Data