-
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.…
-
Product Tip: How to select more than one option from a list in a Kissflow form
You may want to select more than one option from the list. In such cases, open the Form and select Checkbox / Multi-select. Under Show field as, you can choose if you want the field to be a dropbox…
-
Product Tip: How to change the currency type in the currency field in Kissflow
You can follow the following steps to change the currency in the currency field. Go to Currency Field, scroll down, and you will see a label called Accepted Currencies.…
-
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.…
