Work with Arrays in Data Structures Exercise (1)
Work with Arrays in Data Structures Exercise (1)
Exercise
Advanced Expressions
Introduction 2
How to Complete the Exercises in this Tutorial 2
How Can I Practice? 2
Appian Version 2
Naming Conventions 2
Save Often 3
Additional Resources 3
Practice 1 Set Up: Work with Arrays in Data Structures 4
Practice 1 Help and Resources: Index Values in an Array 5
Additional Resources 5
Notice of Rights
This document was created by Appian Corporation, 7950 Jones Branch Dr, Tysons, Virginia 22102.
Copyright 2024 by Appian Corporation. All rights reserved. Information in this document is subject to
change. No part of this document may be reproduced or transmitted in any form by any means, without
prior written permission of Appian Corporation. For more information on obtaining permission for
reprints or excerpts, contact Appian Training at [email protected].
Keep in mind that this is a community environment not suitable for production workloads or
sensitive information.
Appian Version
Appian Community Edition is on the latest Appian version. If you are following the exercises
from a previous Appian version, go to academy.appian.com to download the latest version.
Naming Conventions
When you register for Appian Community Edition, you gain access to a workspace, which is
your personal area within the community environment. When your workspace has been
assigned, you will receive a confirmation email with a workspace ID.
Use this workspace ID when creating new applications and objects. Otherwise, you could run
into naming conflicts with objects created by other users. Pre-loaded apps in your workspace
also include the workspace ID. In the example below, the application prefix for the Acme
Auto Solution app is W0000AS. So, the workspace identifier is W0000, which would be
included in any new app’s prefix.
24.3
Additional Resources
Appian provides a number of training resources for Appian developers. The following
resources are particularly popular with our learners:
● Academy Online - Appian’s online courses provide useful survey courses, step-by-step
tutorials, and practice exercises. Explore these resources at your own pace. Survey
courses will help you develop a better grasp of the topics you need to learn. Video
and print tutorials will help you with getting hands-on experience with Appian.
● Community Discussions for New Users - Check out the New to Appian thread in
Community. Join our community of experts to ask questions and find answers from
past discussions.
24.3
In this lesson you’ll use the expression editor to create some data arrays, view their data
structures, and determine whether or not you should convert them.
2. Create a dictionary type of array using the following field names and values:
number 1
boolean true
3. After creating the array, click Test Rule. The Test Output Type should be Dictionary.
4. Change the Dictionary into a map and review the new output.
Tip
24.3
Additional Resources
● All Functions
○ Review the different Array functions
○ Copy and paste examples of interest in your expression editor and practice
24.3