Filter Data

Updated 4 months ago by Karan

Filter 

The filter node in Byteline helps to filter the data based on your specifications. For instance, if you have some extensive data but you don’t need all of it, you can easily use the filter node and filter out the things you don’t need. 

Follow the easy steps mentioned below to filter data in Byteline.

Create 

For this documentation, we are assuming you have already initiated a flow. For creating a flow design, you can refer to the guide here

Here’s how you can configure the filter node. 

Step - 1. Click on the add button to add the next node.

Step - 2. Select the Filter node from the node configuration window. 

Configure Filter

Step - 1. Click on the edit button to configure the filter.

Step - 2. A modal window will appear where you can configure the filter by adding condition. 

Step - 3. Click "Add Condition" to add condition to configure filters.

Step - 4. Select the variable name from the list.

Step - 5. The selected variable name shall be fetched automatically in the respective field.

Note: The selected variable name shall be fetched automatically in the respective field.

Step - 6. Now, select the condition. You can select any of the seven conditions as explained below:

Begins With- All the records of the variable field should begin with the value in the comparison value field.

Contains - All the records of the variable field should have the text selected in the comparison value field.

Not Contains - All the records of the variable field should not have the text selected in the comparison value field.

Is Empty - The attribute value is empty and no data exists. 

Is Not Empty - The field specified should not be blank and it must have a value.

Equals - The value of the selected field should exactly match the specified comparison value. 

Note: This comparison is not case-sensitive.

Not Equals - This is the opposite of Equals. The value of the selected field must NOT exactly match the specified comparison value.

Step - 7. The green indicator on the node reflects that the node has been successfully configured.

Your Filter node has been configured successfully. Feel free to connect with us for any doubt.


How did we do?