
Manju Lekha Singaram
-
Modifying fields in a dataset
Kissflow plans: ✓ Basic ✓ Enterprise This article covers the basics of maintaining your dataset: updating values, validating inputs, and exporting data to keep everything accurate and organized.…
-
Field appearance
Kissflow plans: ✓ Basic ✓ Enterprise The appearance of a field in the live form is as same as how it looks in the form editor. You can modify the appearance of fields using the Style settings.…
-
Number, Slider, and Rating field
Kissflow plans: ✓ Basic ✓ Enterprise There are three fields that store data as a number. Number field You can store a whole number or a decimal in a Number field.…
-
Field visibility
Kissflow plans: ✓ Basic ✓ Enterprise All the fields you create as part of your form are visible to the end user by default. However, the Visibility settings allow limiting the visibility of certain…
-
Computing fields using Formula Builder
Kissflow plans: ✓ Basic ✓ Enterprise You can write expressions and create formulas for your computed fields with the help of our Formula builder. What is Formula builder?…
-
Number and currency expressions
Kissflow plans: ✓ Basic ✓ Enterprise Number and currency expressions are similar. However, many functions, methods, and operators may not work when evaluating numbers and currencies.…
-
Managing members and permissions
Kissflow plans: ✓ Basic ✓ Enterprise You control who can access and manage your datasets through roles: Admin, Member, and Viewer. Each role comes with specific permissions to ensure the right level…
-
Creating and managing a dataset view
Kissflow plans: ✓ Basic ✓ Enterprise Views help you share a filtered version of your dataset with others, allowing access to only the necessary data without exposing the full dataset.…
-
System fields
Kissflow plans: ✓ Basic ✓ Enterprise Kissflow automatically captures data about every item that goes through a flow. For example, when a user creates a new item,…
-
IF function
Kissflow plans: ✓ Basic ✓ Enterprise The IF function returns one value if a boolean expression is true and another if it is false. The syntax is: IF(<logical_test>,<value_if_true>,…
-
Introduction to expressions and formulas
Kissflow plans: ✓ Basic ✓ Enterprise Expressions are used in Kissflow to create formulas and settings for fields and steps. The importance of data types Expressions in Kissflow are strongly…
-
Using XML to lookup data
Kissflow plans: ✓ Basic ✓ Enterprise Here’s an example that uses XML format to display the botanical name of a plant. Create a remote lookup field called Plant.…
-
Extracting a text and number using remote lookup
Kissflow plans: ✓ Basic ✓ Enterprise You can use a remote lookup field to extract data from an external API. For example, you may want to display the general weather forecast and temperature for a…
-
Yes/No field
Kissflow plans: ✓ Basic ✓ Enterprise The Yes/No field gives users a binary decision. The data is stored as a boolean value. Settings You can set a default value for displaying the field when the…
-
List expressions
Kissflow plans: ✓ Basic ✓ Enterprise Some fields in Kissflow use the list data type, meaning they can hold multiple values at once. These fields include:…
-
Workflow step expressions
The lastCompletedStep() function retrieves information from your workflow's most recently completed step. You can access the approvers' names, the number of approvers, assignment time, approval time,…
-
Logical expressions
Kissflow plans: ✓ Basic ✓ Enterprise Logical expressions are Boolean, meaning they return either a value of TRUE or FALSE. Boolean values won’t display directly on a form.…
