-
System fields
Kissflow automatically captures data about every item that goes through a flow. For example, when a user creates a new item, Kissflow automatically stores who created the item and what time it was…
-
Assigning steps
Assigning a step lets the assignee take ownership of the action. The workflow comes to a halt if they do not perform their action as expected. You can assign steps directly to a specific user, group,…
-
Managing processes in PWA
The application dashboard has the following two widgets: My tasks My items My tasks A task is an item that awaits approval or any other action from you.…
-
SCIM overview
Understanding SCIM System for Cross-domain Identity Management (SCIM v2.0) is a specification of a REST-like protocol for unidirectional user provisioning over HTTP.…
-
Collaborating with other members
When you create an integration, you become the default member of that integration with the ability to change many settings. As a member of your integration,…
-
Duplicating, archiving, and deleting an integration
Duplicating an integration If you want to make an exact copy of your integration, you can duplicate it. Duplicated integrations will have the same set of trigger and action steps with configuration…
-
Integration settings
To update your integration settings, click the More options button () and then Settings. Notifications You can choose to enable or disable web and email notifications.…
-
Security settings and access control
Security settings Dataset admins can share their datasets with other processes and boards within the Kissflow platform through the security settings page.…
-
Conditional steps
If you only want a workflow step to happen in a certain situation, you can create a condition for the step based on a formula. The step will happen only when the conditions are met.…
-
IF function
The IF function returns one value if a boolean expression is true and another value if it is false. The syntax is: IF(<logical_test>,<value_if_true>,<value_if_false>) For these examples,…
-
Introduction to expressions and formulas
Expressions are used in Kissflow to create formulas and settings for fields and steps. The importance of data types Expressions in Kissflow are strongly typed to the data type you are working with.…
-
Using XML to lookup data
Here’s an example that uses XML format to display the botanical name of a plant. Create a remote lookup field called Plant. In the URL field, add the API link such as this sample one from W3schools.…
-
Extracting a text and number using remote lookup
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 particular city.…
-
Yes/ No field
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 the field to display when the form first loads.…
-
List expressions
Fields The following fields use a list data type: Dropdown Checkbox/multi-select Checklist This expression generates a user list: Lastcompletedstep().assignees() Example fields Field ID Field type…
-
Workflow step expressions
Functions You can use this function to call up information about the last completed workflow step. For example, let's find the last completed step name.…
-
Logical expressions
Logical expressions are Boolean, meaning they return either a value of TRUE or FALSE. Boolean values won’t display directly on a form. They are used in two situations:…