Tutorial n°6 : Set up and use a No Code database

Step 4 : Display Database in your project #2

When you place a ListContainer, that includes a ForEach that will be useful :
Click the ForEach, then go into the "Source picker" at the right of the Palette. Here you will have to find the right sequence to iterate : the "Employee_DirectoryEmployeesList" one.
Click it, then open "objects" and select "results", the one that contains the Data. Drag & drop it into your ForEach.
Open this ForEach until finding the "{{item.text}}". Click it, and, in the source picker, click the Blue iterator arrow, select the ForEach that is proposed and inside it choose "Full name" : drag & drop it into your "{{item.text}}" and it will display every full names of the database in the application.

Success !

You successfully completed this step, please click the Next Step button to go to next tutorial step
Close
You did not complete all the actions required in this step, are you sure you want to go to the next step ?