Versions Compared

Key

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

Goal

...

This section takes you on a tour of Lookup Manager' basic functionality via a simple scenario to set the Assignee field based on the App selected

Scenario

...

As an App Administrator, you are managing the apps that your company's workforce uses. The App name and its corresponding Manager name are listed in the table below.

...

Code Block
if (App == Email)
    Assignee = Alana
elseif (App == Jira)
    Assignee = Jennifer
elseif (App = Confluence)
    Assignee = Ryan
...

Demonstration

...

Step 1: Create Lookup Table

...