Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Field Source:

    1. Select the field source from the dropdown menu

      1. Field: All fields that are present in your object are displayedThe object that adds to the model, those fields are displayed in the field attribute

        1. Select the fields from the dropdown menu

      2. Variable: Your object's present variable and the newly created variable both are Variables are containers for storing data values in PWR Apps

        1. There are different types of variables such as Integer, Double, Date, Time, etc

        2. Select the variable from the dropdown menu

      3. Model: The model you created will be displayed

        1. Select the variable model from the dropdown menu

      4. Model:

      5. Static: You can enter any (hardcoded) value

        1. e.g. Static: Test

      6. Cookie: A cookie is a piece of data, that is stored within a web browser

        1. If you have stored some value in cookies like sid, so you can get it from cookies

          1. e.g. Cookie: Name - Record, Value - 12345

      7. LocalStorage: Local storage is a piece of data, that is stored within a web browser

        1. If you have stored some value in local storage like data, so you can get it from storage

          1. e. g. LocalStorage: Key - collapsedid_16599648011147719 , Value - true

      8. QueryParam: Query parameters are a defined set of parameters attached to the end of a URL

        1. e.g. QueryParam: www.test.com?Name

      9. User: The fields that are present in a user's profile that will be displayed

        1. Select the field from the dropdown menu such as First Name, Last Name, Name, Phone, Email, Is Active, Id, Session Id

  2. Merge Field Expression: MergeField is a Field element containing a reference to a data field by its nameMessage Body: Fill in that with whatever message you wantA field is formed during the expression and many expressions are created by using a merge field

    1. An expression is added to the message body by clicking the + icon

      Image Added
  3. Message Body: In the merge, field expression will be displayed in the message body

  • Click the Criteria tab

  • Click on the Filter + icon

    • Filter: Filter criteria allow you to compare records from one object to records from another

...