Skip to content

Mission 3 - Flows as Backend

Estimated time for completing this mission: 10 mins

Learning Objective

Flows can also be used to perform specific actions that can be accessed as a backend. In this mission, you will learn how to combine Flows with the skills you have gained throughout this course.

BLOX used in this mission

  • Basics/Input
  • Basics/Output
  • MyData/table.csv

You can also add more Inputs and Outputs.

startBlox

BLOX used in this mission

Steps

Please refer to Navigation Guide to perform the steps below

  1. You can stay in the "My Backend" Folder for this mission.
  2. Click the "plus" sign and create a new Flow named "Backend Flow"
  3. First use the MyData BLOX you imported before. Scroll down in the sidebar to "Deal Size", clickt the "eye" icon and select "Greater Equal".
  4. You can now connect an Input BLOX with the "Deal Size" Attribute. For the Input choose a name and a test paramater e.g. 500.
  5. Connect the MyData with an Output BLOX and give it also an name. You can test run the flow. The Flow gives you all entries from the database with a deal size over e.g. 500.
  6. After that, you can save and leave the Flow. Go to the API Documentation like in Mission 1. You now see the Flow and you can integrate it in your peojects like in Mission 2.

Results and Summary

Image title

Flow logic

Image title

New API Configuration

Well done! You finished to academy!