-
Managing boards in PWA
Manage your boards from anywhere using the mobile version of Kissflow. The dashboard of the mobile app contains the following widgets: My tasks - lists all tasks that are assigned to you My items -…
-
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
Kissflow plans: ✕ Basic ✓ Enterprise Understanding SCIM System for Cross-domain Identity Management (SCIM v2.0) is a specification of a REST-like protocol for unidirectional user provisioning over…
-
Collaborating with other members
Kissflow plans: ✓ Basic ✓ Enterprise When you create an integration, you become its default member and can change its settings, like adding or removing other members.…
-
Duplicating, archiving, and deleting an integration
Kissflow plans: ✓ Basic ✓ Enterprise 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…
-
Integration settings
Kissflow plans: ✓ Basic ✓ Enterprise To update your integration's notification settings and access its audit logs, click the More options button ( ) and then Settings.…
-
Security settings and access control
Kissflow plans: ✓ Basic ✓ Enterprise To update your dataset's security settings, open the particular dataset and click Manage > Security. Here you can access the following settings:…
-
Conditional steps
Kissflow plans: ✓ Basic ✓ Enterprise If you want a workflow step to happen only in a certain situation, you can create a condition for the step based on a formula.…
-
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. In runtime, inside sections,…
-
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.…
