Creating your first Triggre application

Video tutorial

1. Designing your Data

The first thing to do is designing which data can be stored in your application.

  1. In the top of the Designer, click Design and then Data:
    Designing your data

  2. Then click the Add button to add a new Data item:
    Add button

  3. A dialog will open where you can type in the name for your Data item. For example, Project:
    Data item name

  4. Then click Add to add the Data item. Now your application can store projects.

  5. The next step is to add Properties to your Data item. Expand your Data item by clicking on it and then click the Add property button:
    Add property button

  6. Then choose a Property type for the Property you want to add and give it a name:
    Property types

2. Making a User flow

After you have created your Data item and Properties, you can start making a User flow:

  1. Navigate to User flows:
    Go to user flows

  2. Then click the Add button and choose Add user flow with wizard:
    Add user flow with wizard

  3. Select the option Overview, add, edit and delete data to create a User flow that contains an Overview page as well as pages to add, edit and delete data:
    User flow type

  4. Select the Data item that you created earlier, for example Project:
    Select data item

  5. Then select which Properties of the Data item you want to show:
    User flow data item properties

  6. The following steps are dependent on which Properties you have selected and relate to how the Properties should be shown. After these steps, select which functionality you want in your User flow besides the Overview page:
    User flow functionality

  7. The next step is to select a default sorting. You can leave this blank, or pick the Property to use for the default sorting of the Overview page:
    User flow default sorting

  8. You will then be asked which sorting you want:
    User flow sorting

  9. Lastly, you need to name your User flow. This is the name as it will appear in your application menu:
    User flow name

3. Editing Appearance

Now that you have created your User flow, you can add it to the menu. This is done at Appearance:

  1. Click Appearance in the menu:
    Go to appearance

  2. Go into Add mode by clicking the Add button in the lower right hand corner:
    Add button

  3. The first thing we need to do now, is to add a Section. This is an item in the main menu of your application. Simply click the square Add button on the left hand side to start:
    Add section button

  4. In the dialog that is shown, give your Section a name. For example, Administration.

  5. Now that you have a Section, you can add a Category to that Section. Keeping the Section selected, click the square Add button on the left side that has appeared:
    Add category

  6. Give your Category a name in the dialog that is shown. For example, Projects.

  7. With your newly created Category selected, you can now add a User flow to the menu by clicking the Add button underneath the Category:
    Add user flow to category

  8. In the dialog that is shown, select the User flow you created earlier and add it to the menu.

  9. Exit Add mode by clicking the round Add button in the lower right hand corner again.

4. Publishing your application

The design is now ready to be published!

  1. Go back to the Dashboard:
    Go to publish

  2. Click Go to lab to open your published application in a new tab:
    Go to lab screenshot