-
New CSV export limit for dataforms is now live!
We’ve rolled out a new update to improve the performance and reliability of CSV exports from dataforms in Kissflow Apps. What’s new? CSV exports are now capped at 100,000 rows per file.…
-
New dataset export enhancements are now live!
We're excited to announce two useful updates to the dataset's Export feature that are now available to all users. What's new? Row limit for exports Each CSV export is now capped at 100,…
-
Admin actions in a process
Kissflow plans: ✓ Basic ✓ Enterprise Process administration The Administration section of a process lets a Process Admin access the items, modify their status, and make necessary changes.…
-
Using public forms to capture external data in Boards
Have you ever wanted to collect information from external users, like feedback or service requests, and have it appear directly as an item in your Kissflow Board?…
-
Send in-app notification connector
Kissflow plans: ✓ Basic ✓ Enterprise What is Kissflow Notification? Kissflow Notification is a native feature that allows you to send real-time alerts to users directly within the Kissflow platform.…
-
Decision tables overview
Kissflow plans: ✕ Basic ✓ Enterprise What is a decision table? A decision table is a systematic and structured representation of complex business logic for decision-making processes.…
-
Coming soon: Customizable required fields
As part of our ongoing efforts to enhance form capabilities, we’re working on making required fields flexible. Until now, marking a field as required was a fixed setting, but soon,…
-
Coming soon: Column search in datasets
Managing large datasets can often feel like searching for a needle in a haystack. That’s about to change. We’re introducing a new enhancement: column search,…
-
Troubleshooting API integration issues
API integrations in Kissflow allow you to connect with external systems and automate workflows. However, issues may occasionally arise due to authentication errors, misconfigurations,…
-
Introducing the OpenAI connector for Kissflow integrations
We’re thrilled to announce the launch of the OpenAI connector, the latest addition to Kissflow Integrations! This powerful connector brings generative AI capabilities directly into your Kissflow…
-
New enhancements to participated items in Kissflow Processes and Apps
What’s new The Participated section, which is currently located inside the Created by me tab and My Items view (apps), has been moved to convenient spots for easier access.…
-
Automating Contract Creation With Conditional Logic in Kissflow Document Templates
Do you want to automatically retrieve specific form field data and customize document templates based on conditions? Using a straightforward if-else condition can dynamically fetch values in your…
-
Configuring statuses
Kissflow plans: ✓ Basic ✓ Enterprise Statuses indicate the progress of an item in a board. To configure or change statuses for a board, click the Manage button > Edit workflow.…
-
Sales
Sales is the engine of business growth, focused on converting leads into customers and nurturing long-term relationships. Integrations are the high-octane fuel for this engine,…
-
Utility and general
The utility and general vertical are not tied to a specific business function like sales or marketing; they provide foundational, versatile tools that enhance automated workflow.…
-
Project management
Project management platforms are the command center for modern teamwork, ensuring that projects are delivered on time, within budget, and to the required standard.…
-
Finance and accounting
Finance and accounting platforms are the backbone of any business, managing cash flow, tracking expenses, invoicing customers, and ensuring regulatory compliance.…
-
Communication and collaboration
Effective communication and collaboration are the lifelines of any modern organization. This vertical focuses on the tools that connect teams, customers, and systems in real time.…
-
HR management
Human Resources is the core of any organization, managing the entire employee lifecycle from recruitment and onboarding to development and offboarding. The efficiency and quality of HR processes…
-
OpenAI connector
What is OpenAI? OpenAI is a leading research and deployment company for artificial intelligence. Its models, like GPT (Generative pre-trained transformer),…
-
Marketing automation
Marketing automation platforms are the engines of modern digital strategy. They empower businesses to communicate with customers and prospects at scale,…
-
Identity and access management (IAM)
Identity and Access Management is the security foundation of the modern enterprise, ensuring that the right individuals have access to the right resources at the right times,…
-
Agreement management
Agreement Management is the foundation of business operations, formalizing everything from hiring and sales contracts to procurement and legal approvals.…
-
HTTP connector
Basics of webhook Webhooks are automated messages that are sent between applications as HTTP requests. They are a type of notification that contains detailed information about new events in an…
-
Product Tip: How to find the number of hours or days between two dates in a Kissflow form
You want to find the number of hours or days between two dates. To do so, use the following formulas: For hours, datediff(time_started, time_finished,"HOUR") For days, datediff(time_started,…