Tutorial: Create a new list
Estimated time: 15 min.
In this tutorial you will learn:
Prerequisites for this tutorial:
PIPEFORCE Enterprise 7.0 or higher.
You have a valid PIPEFORCE Developer account.
You have executed tutorial Tutorial: Create a new app.
You have executed tutorial Tutorial: Create a new form.
You have already added 3 or more data sets using your form.
1 - Create your list
Up to this step you already created an app with a new form inside in the previous tutorials. When you submit the form the data of the form will be automatically stored for you in PIPEFORCE, but you cant see it yet. In this step we want to display this data using a list. To do so, follow these steps:
Login to your portal https://YOUR_NAMESPACE.pipeforce.net.
Navigate to LOW CODE → Workbench.
Select your app node in the property tree and click the plus icon at the top.
The new property view opens:
As a property key use the value
global/app/MY_APP/list/person
. ReplaceMY_APP
with the name of the app you created before, for examplemyapp24
. Do use only lower case letters and don’t use special characters or spaces!As mime type select
application/json; type=list
.
Click SAVE.
2 - Open your new list
The list property has been created for you and pre-configured using the person schema, you created in the last tutorial. Do not change anything in here.
Navigate to
All Apps
Click on your app.
Click on “person”
You should now see all the person data sets added before using your form:
You can search and sort the list.
Congrats, you have created your first list!
Next tutorial: Tutorial: Create a pipeline with CLI