PowerShell Universal
Ironman Software
Forums
Search…
v3
About
Get Started
Additional Resources
Installation
Licensing
System Requirements
Supported Browsers
Cmdlet Help
Templates
API
About
Endpoints
Security
Error Handling
Rate Limiting
Automation
About Automation
Scripts
Jobs
Schedules
Terminals
Triggers
User Interfaces
About
Dashboards
Pages
Alerts
Bar Chart
Button
Card
Form
iFrame
Image
Line Chart
Liquid Chart
Paragraph
Statistic
Table
Variables
Desktop
About Desktop Mode
File Associations
Hotkeys
Pages
Protocol Handlers
System Events
Platform
Cache
Modules
Monitoring
Notifications
Published Folders
Templates
Variables
Configuration
About
API
Environments
Git
Hosting
Login Page
Management API
Persistence
Settings
Security
Repository
Running as a Service Account
Development
Debugging Scripts
Editor
Hangfire
Logging
Profiling
Visual Studio Code Extension
Changelog
Extension Changelog
Legacy Universal Dashboard Docs
Powered By
GitBook
Card
Card component for Pages.
Cards contain a title and content text.
A simple card on a page.
Data Source
You can load data from an API endpoint or job. The data properties will be available as variables within your text.
For example, if you may have an endpoint that returns data like the following.
1
@
{
2
FirstName =
"Adam"
3
LastName =
"Driscoll"
4
}
Copied!
You could then use the following variables within the title and content text.
1
Hello, $FirstName $LastName!
Copied!
Previous
Button
Next
Form
Last modified
11d ago
Copy link
Contents
Data Source