-
App Designer
- Creating an Application
- User Interface
- Pages and Navigation
- Database
- Stylesheets
- Custom Actions
- Text Resource (Run-time) Editor
- Queries
- Application
- Scripts
-
- Sections
- Containers
- Textbox
- Checkbox
- Dropdown
- Radio Button
- Calendar
- File Upload
- Input Grids
- Slider
- Content
- Output Grid
- Charts
- Maps
- Gauges
- Button Control
- Show all articles ( 1 ) Collapse Articles
-
SpreadsheetWeb Hub
-
Workspaces
-
Tags
-
Applications
-
Data
-
Users
-
Web Services
-
Integrations
-
- Connecting Quoting Applications to HubSpot
- Connecting an Online Calculator to Salesforce
- Automating E-Signature Collection with Make.com
- Uploading Files to Google Drive with Make.com
- Uploading Files to OneDrive with Make.com
- Connecting monday.com Board to a SpreadsheetWeb Application for Backend Calculations
- Formatting Date, Time, and Numeric Values in Make
-
Dashboards
Custom Actions
A Custom Action is a collection of compiled C# code which can be used to run methods inside classes with predefined interfaces. An interface is an agreement which determines a minimum set of methods a class should implement. Using Custom Actions, you can define actions that can push or pull data to/from external applications or databases, build and run a complex calculation logic, create custom data validation, and other similar operations that can be executed during application runtime. This involves uploading a compatible .NET assembly with custom code that will be executed during the regular execution of calculations, based on implemented methods.
For more details please see: