# Overview

## Sourced Values Overview

To deliver a code-free environment where projects can be created and deployed quickly, appRules employs “Sourced Values”.  In simple terms, a Sourced Value allows you to quickly select a source for a value and an identifier for it.   To specify a sourced value, you select the Source and then specify a value identifier (Source Value Identifier).  Below are some examples of the many sourced values used in appRules:

<table><thead><tr><th width="223">Source</th><th>Value Identifier</th></tr></thead><tbody><tr><td>String</td><td><p>The String source allows you to enter any value in the value identifier.    </p><p>Example:  </p><p><strong>String:John Smith</strong></p></td></tr><tr><td>DataFieldValue</td><td><p>The DataFieldValue source gets a value from a record that exists in a specific Source or Target in the project.   </p><p>Example: </p><p><strong>DataFieldValue:Employees.LastName</strong></p><p>Gets the value of the LastName column in the Employees record.</p></td></tr><tr><td>DateTime</td><td><p>The DateTime sourced value points to a date/time related value.  They can also be used to specify other date/time related data.   Example: </p><p><strong>DateTime:DateTimeNow</strong></p><p>Generates the current date/time.</p></td></tr><tr><td>ActionField</td><td>The ActionField source allows you to select an action that you have defined using the Action Editor to get a value.</td></tr></tbody></table>

The above examples give you an idea of how Sourced Values are defined and used in appRules.  They can be used to get and set data anywhere in your projects.

By providing a rich set of editors to manage Sourced Values, appRules is able to provide a very powerful and flexible combination that gives users the fastest and most compact environment for configuring workflow activities, actions, conditions, and orchestrating processes.

## Sourced Values Examples

### Sourced Values in Query Configuration

Below is an example of Sourced Values used for configuring a query:

<figure><img src="/files/T6vJeuucg1fqotiYezJv" alt=""><figcaption></figcaption></figure>

### **Sourced Values in Mapping**

The example below shows Sourced Values in use for mapping.

<figure><img src="/files/JkY9tNrdVlVa4QXrI636" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/sourced-values/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
