- 243
- 462 078
Appian Community
United States
เข้าร่วมเมื่อ 12 พ.ค. 2022
Welcome to the Appian Community TH-cam channel!
Your go-to educational resource for mastering Appian’s capabilities and developing enterprise-scale apps. Our channel features live events for developers, overview videos with real-world examples, feature spotlights, and step-by-step app-building tutorials.
🚀 Subscribe and hit the bell icon to get notified about new content
🎥 Watch a new video every Wednesday
📼 Find your next learning video using playlists
Your go-to educational resource for mastering Appian’s capabilities and developing enterprise-scale apps. Our channel features live events for developers, overview videos with real-world examples, feature spotlights, and step-by-step app-building tutorials.
🚀 Subscribe and hit the bell icon to get notified about new content
🎥 Watch a new video every Wednesday
📼 Find your next learning video using playlists
Create a GET Web API | Integrations 102
This video is part of the Integrations 102: Web APIs course on Academy Online. Learn how to create and test a simple web API in Appian using the Hello World template. In this tutorial, we'll guide you through setting up an API, defining the endpoint, configuring security, and testing it with query parameters.
00:00 - Create a Web API
01:12 - Pre-configured expression
01:40 - Test pane
02:13 - Test request
02:44 - Update Hello World expression
03:41 - Test query parameters
04:03 - Recap
Helpful Resources:
Integrations 102 | Academy Online: academy.appian.com/#/online-courses/39da86cf-1506-4ef9-8084-d2d924783288
Creating Web APIs | Appian Documentation: docs.appian.com/suite/help/24.3/Designing_Web_APIs.html
Web API Tutorial | Appian Documentation: docs.appian.com/suite/help/24.3/Web_API_Tutorial.html
Web API Authentication | Appian Documentation: docs.appian.com/suite/help/24.3/Web_API_Authentication.html
Built on Appian 24.3. Find more information here: docs.appian.com/suite/help/24.3/
Connect with Us:
🏢 Register on Appian Community: community.appian.com/
🎓 Search for courses on Academy Online: academy.appian.com
📺 Follow us on TH-cam: th-cam.com/channels/LjNp0gYJrXnYH.html
#LearnAppian for free with academy.appian.com
00:00 - Create a Web API
01:12 - Pre-configured expression
01:40 - Test pane
02:13 - Test request
02:44 - Update Hello World expression
03:41 - Test query parameters
04:03 - Recap
Helpful Resources:
Integrations 102 | Academy Online: academy.appian.com/#/online-courses/39da86cf-1506-4ef9-8084-d2d924783288
Creating Web APIs | Appian Documentation: docs.appian.com/suite/help/24.3/Designing_Web_APIs.html
Web API Tutorial | Appian Documentation: docs.appian.com/suite/help/24.3/Web_API_Tutorial.html
Web API Authentication | Appian Documentation: docs.appian.com/suite/help/24.3/Web_API_Authentication.html
Built on Appian 24.3. Find more information here: docs.appian.com/suite/help/24.3/
Connect with Us:
🏢 Register on Appian Community: community.appian.com/
🎓 Search for courses on Academy Online: academy.appian.com
📺 Follow us on TH-cam: th-cam.com/channels/LjNp0gYJrXnYH.html
#LearnAppian for free with academy.appian.com
มุมมอง: 91
วีดีโอ
Create a POST Web API | Integrations 102
มุมมอง 2111 ชั่วโมงที่ผ่านมา
This video is part of the Integrations 102: Web APIs course on Academy Online. Learn how to create a POST web API in Appian that receives data from an external system, starts a process, and saves data to a record type. We’ll guide you through setting up a web API, defining an endpoint, configuring security, passing JSON data, and saving it to a record type. 00:00 - What is a POST web API? 00:45...
Use an Integration to POST Data between Appian Environments | Integrations 102
มุมมอง 9411 ชั่วโมงที่ผ่านมา
This video is part of the Integrations 102: Web APIs course on Academy Online. Learn how to set up an integration to POST data between two Appian environments. We’ll walk through creating a web API to receive data, securing it with API key authentication, and setting up a connected system and integration to transfer data. 00:00 - Intro and use case 00:52 - Create a web API 01:31 - Pre-populated...
Create a Connected System | Integrations 101 - Video 1
มุมมอง 17616 ชั่วโมงที่ผ่านมา
This is the first video in the Integrations 101 build series. In this video, you will learn how to store authentication credentials to access an external system. Using a connected system design object, you can store authentication credentials for an external system and then configure your integrations. By storing authentication credentials in a single object, authorized developers can create in...
Use an Integration in an Interface | Integrations 101 - Video 3
มุมมอง 13716 ชั่วโมงที่ผ่านมา
This is the third video in the Integrations 101 build series. Depending on the way the data is formatted in an integration response, you may need to do further formatting before being able to use the data in your Appian application. In this video, you will explore how to format a list of data in an integration response, remove duplicates, and incorporate error-handling. Then, use the formatted ...
Use an Integration in a Process Model | Integrations 101 - Video 4
มุมมอง 9216 ชั่วโมงที่ผ่านมา
This is the fourth video in the Integrations 101 build series. Imagine you need to connect to an external system to send or retrieve information as part of a process workflow. The response from the external system determines the next steps in the process, and if the integration fails, it would cause the process to break. In this video, you will learn how to call an integration in a process mode...
Create an Integration | Integrations 101 - Video 2
มุมมอง 12916 ชั่วโมงที่ผ่านมา
This is the second video in the Integrations 101 build series. In this video, you will learn how to connect to an external system to retrieve a list of universities. You will learn how to configure an integration design object, and explore the various properties used to determine its behavior. Helpful Resources: Integrations 101: Create and Manage Outbound Integrations | Academy Online: academy...
Map Source Fields to Record Fields | Quickstart: Appian Service-Backed Record Types (5/5)
มุมมอง 17714 วันที่ผ่านมา
In this quickstart series for service-backed record types, watch this video to learn about the final step: mapping source fields to record fields. You’ll learn about selecting a primary key and updates you should make to record fields, display names, and descriptions to follow best practices. To learn more and practice creating a service-backed record type, take the course Connect to Web Servic...
Handle Nested Data | Quickstart: Appian Service-Backed Record Types (4/5)
มุมมอง 16214 วันที่ผ่านมา
In this quickstart series for service-backed record types, watch this video to learn how to handle nested data that is returned from your integration. When creating a service-backed record type, you can only map top-level fields from your source to record fields. So, you’ll need to update the record data source expression rule to handle fields that are nested. To learn more and practice creatin...
Sync Data in Batches | Quickstart: Appian Service-Backed Record Types (3/5)
มุมมอง 16114 วันที่ผ่านมา
In this quickstart series for service-backed record types, watch this video to learn how to configure a service-backed record type to sync data in batches. When you have a synced service-backed record type and need more than 1,000 rows, you need to configure it to sync in batches. To learn more and practice creating a service-backed record type, take the course Connect to Web Services with Reco...
Connect to Web Services with Record Types | Quickstart: Appian Service-Backed Record Types (1/5)
มุมมอง 24021 วันที่ผ่านมา
In this quickstart video, you’ll get an overview of the main steps to create a service-backed record type. Your enterprise data is likely spread across different systems that you need to connect. In Appian, it’s easy to create a record type that uses a web service as its source so you can unify that data. To learn more and practice creating a service-backed record type, take the course Connect ...
Configure the Integration | Quickstart: Appian Service-Backed Record Types (2/5)
มุมมอง 20521 วันที่ผ่านมา
In this quickstart series for service-backed record types, watch this video to get an overview of the integration object and record data source expression rule. These are two of the main objects you’ll need to create a service-backed record type. To learn more and practice creating a service-backed record type, take the course Connect to Web Services with Record Types on Academy Online: ap.pn/4...
How to Configure a Read-Only Grid in Appian
มุมมอง 21421 วันที่ผ่านมา
Learn how to add and configure a read-only grid component in this quick tutorial. You'll see how to connect your grid to the correct record type data, apply various filters, and sort the grid for better data visualization. To learn more and practice, enroll in the Reports: Configure Charts, Grids, and KPIs course on Academy Online (link below). Timestamps: 00:00 - Use case overview 00:37 - Add ...
How to Configure a Column Chart in Appian
มุมมอง 13221 วันที่ผ่านมา
Learn how to add and configure a column chart component in this quick tutorial. You'll see how to connect your column chart to the correct record type data, and then set up your visualization using primary and secondary groupings, measures, sorting, and stacking. To learn more and practice, enroll in the Reports: Configure Charts, Grids, and KPIs course on Academy Online (link below). Timestamp...
How to Configure a Pie Chart in Appian
มุมมอง 13128 วันที่ผ่านมา
How to Configure a Pie Chart in Appian
Prepare to Implement an Appian Solution
มุมมอง 163หลายเดือนก่อน
Prepare to Implement an Appian Solution
Build An Offline Enabled Interface with Appian
มุมมอง 297หลายเดือนก่อน
Build An Offline Enabled Interface with Appian
Smart Web Scraping with the Prompt Builder AI Skill
มุมมอง 403หลายเดือนก่อน
Smart Web Scraping with the Prompt Builder AI Skill
How to Use Activity Chaining in Appian Process Models
มุมมอง 6452 หลายเดือนก่อน
How to Use Activity Chaining in Appian Process Models
How to Build an Appian Interface from a PDF in Minutes | Appian AI Copilot Walkthrough
มุมมอง 4592 หลายเดือนก่อน
How to Build an Appian Interface from a PDF in Minutes | Appian AI Copilot Walkthrough
Autoscale Processes in Appian | With Real-World Examples and Best Practices
มุมมอง 1.1K2 หลายเดือนก่อน
Autoscale Processes in Appian | With Real-World Examples and Best Practices
Appian's Case Management Studio: Build Reports with Your Case Data in Process HQ
มุมมอง 1332 หลายเดือนก่อน
Appian's Case Management Studio: Build Reports with Your Case Data in Process HQ
Get Started with Appian’s Case Management Studio | Walkthrough
มุมมอง 3012 หลายเดือนก่อน
Get Started with Appian’s Case Management Studio | Walkthrough
Appian Custom Record Fields: Sync- vs. Real-Time - What’s the Difference?
มุมมอง 3612 หลายเดือนก่อน
Appian Custom Record Fields: Sync- vs. Real-Time - What’s the Difference?
Guidelines for Configuring Record Events in Your Appian Apps
มุมมอง 2662 หลายเดือนก่อน
Guidelines for Configuring Record Events in Your Appian Apps
Accelerate Application Development - Use Appian AI to Generate Sample Data
มุมมอง 2852 หลายเดือนก่อน
Accelerate Application Development - Use Appian AI to Generate Sample Data
Get Started with Data Fabric Insights | Identify Sales Trends
มุมมอง 4292 หลายเดือนก่อน
Get Started with Data Fabric Insights | Identify Sales Trends
My Top 3 Features in Appian 24.3 | Build with Alex
มุมมอง 7193 หลายเดือนก่อน
My Top 3 Features in Appian 24.3 | Build with Alex