How to read the documentation

The Apps platform documentation is divided into topic groups. The topic groups are structured the same way as you would navigate inside the Apps builder in Make.

App structure

Section APP STRUCTURE describes how to define and configure the basic elements of a custom app. The basic custom app elements are listed in the top menu in the custom app configuration, for example: Base, Communication, Modules .

Where do I find it?

Go to Menu -> Custom apps tab -> Open your custom app.

App Structure

App blocks

Every structure element is divided into blocks. Some of these blocks appear in multiple places and share the same purpose, others do not.

Parameters (static or mappable) are available everywhere apart from Base and Functions. Meanwhile, Common data exists only inside Base and Connection.

App Blocks

App components

COMPONENTS are like bricks for APP BLOCKS. Block doesn't exist without components. Multiple components form a block.

Pick a brick that suits your needs and use it. You can use multiple separated components or combine them together by using the nestedproperty. Play around and find the best components combination for you!

Module example

Last updated