In this article, you will learn how to use the Code App within your Flows. The Code App enables you to implement any logic in your Guided Flow using Python. A cloud function is implemented at the backend of the Code App.
Let's say you have a Guided Flow which gets all contacts from a Sendinblue account. You can use the Code app to apply any kind of logic in your Flow.
When you click on the Code app step, you can see the expanded view containing the Python Code. In our example, this app is being used to get all contacts from the Sendinblue App and count the number of contacts.
Next, you can apply any logic to the output of the Code app. You can add an if condition, which checks if the number of contacts is not equal to 0. You will get the result in the form of True or False when you test this step. If the result is True, the Flow will move on to the next step(s).