Load and with

Anybody can explain the difference between load and with functions?

  Discussion posts and replies are publicly visible

Parents
  • load():
    While loading the page, local variables value are assigned/mapped. This mapping happens only once.
    local variables associated with load are the used for storing the value if any internal calculation needed.
    with():
    This function differs from the load() function because it recalculates the local variable values after every user interaction with the interface.
    A local variable may be defined with or without a value, and the value may be simple or complex. When a value is not defined, it's assigned a null value.


    For further specific information with example follow the below Appian docs links
    docs.appian.com/.../fnc_evaluation_load.html
    docs.appian.com/.../fnc_evaluation_with.html

  • can u pls answer the below questions

    1.difference between QueryProcessAnalytics and queryEntities in Appian
    2.Explain about foreach function and Which case use in foreach?
    3.What is the difference between the Instance Process and Delete Process in Data management?
    4.When we go for Delete Process in Data Management?
    5.There are 100 members in Array,how to find 55 member and also want to replace 55 member to 65 member?
    6.What are the functions to trigger the flow in the interface itself?
    7.Explain about the Queries function and Which case used in the Queries ?
    8.What is the difference between Query Process Analytic and query Entities?

Reply
  • can u pls answer the below questions

    1.difference between QueryProcessAnalytics and queryEntities in Appian
    2.Explain about foreach function and Which case use in foreach?
    3.What is the difference between the Instance Process and Delete Process in Data management?
    4.When we go for Delete Process in Data Management?
    5.There are 100 members in Array,how to find 55 member and also want to replace 55 member to 65 member?
    6.What are the functions to trigger the flow in the interface itself?
    7.Explain about the Queries function and Which case used in the Queries ?
    8.What is the difference between Query Process Analytic and query Entities?

Children
No Data