Hands-On Practice - Create an Integration
Hands-On Practice - Create an Integration
Integration
Integrations 101
Introduction 2
How Can I Practice? 2
Appian Version 2
Appian Community Edition Naming Conventions 2
Save Often 2
Additional Resources 3
Create an Integration 4
Create an Integration 4
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.
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.
Save Often
Appian does not automatically save updates, so save your objects frequently.
24.3
● 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 exercise, you will create an integration that connects to the National Highway Traffic
Safety Administration’s (NHTSA) Vehicle Product Information Catalog (vPIC) API. This API
provides information on vehicles and their specifications provided by their manufacturers.
Create an Integration
1. Navigate to Appian Designer.
2. In the Applications view, select your IE101 Integrations 101 Exercise application.
NOTE: If you are using Appian Community Edition, change the prefix to W#IE101.
5. Click CREATE.
● Name: format
● Value: json
10. Using the Response Body Parsing dropdown, select Convert JSON to Appian Value.
24.3
14. Review the returning response and notice it is in a Dictionary format. Scroll down
under body and Results to see the list of vehicle makes.
And that’s it! Try creating an expression rule to parse out just the vehicle makes by indexing
the Make_Name field. You will then be able to reference your list of vehicle makes in
interfaces and process models.
24.3