đī¸ Add Data
Automatically add a new row to the specified worksheet. Records can be added in batches with the "Get Multiple Data" node.
đī¸ Update Data
They are used to update the value of one or more fields in this worksheet or related to other form records.
đī¸ Delete Data
Use this node to delete a record in the worksheet automatically.
đī¸ Fetch Single Record
After adding this node to the main process, you can retrieve a single record based on conditions. This record can then be deleted, modified, or used by other nodes in subsequent processes.
đī¸ Get Multiple Data
Once a node is added to the primary process, it becomes possible to retrieve multiple sets of data based on certain conditions. These sets of data can then be processed in bulk, by adding them to other forms, modifying them, deleting them, or passing them on to other nodes for subsequent processing.
đī¸ Update Process Parameters
Process parameters primarily serve to simplify data transfer in workflows, especially those with sub-processes. We can define a parameter object in the process, temporarily used as a workflow field for storing, receiving, or calculating values, which can then be referenced by other nodes. However, once the process operation ends, the parameter values will be cleared.
đī¸ Approval
1. Node Function
đī¸ Fill-in Node
Within a workflow, if members need to provide certain information to progress the execution of the process, it can be accomplished through a fill-in node. When filling in the record content, the node supports field permission settings (view, edit, required).
đī¸ Send In-App Notification
Send in-app notifications to specified members through the workflow in LanKu Cloud.
đī¸ Send Email
The Send Email notification node can send the specified text content and attachments to the email address of the selected member/department and supports CC.
đī¸ Send SMS
You can send text messages to designated members through a workflow. Only members with mobile numbers in mainland China can receive text messages.
đī¸ Branching
1. Node Function
đī¸ Delay
A delay node allows for a pause after the execution of the previous node, postponing the subsequent process to a specific time.
đī¸ Sub-process
When a business process is a common process that can be reused, it can be configured as a sub-process for other processes to invoke, significantly reducing duplicate configuration of processes.
đī¸ Invoke Business Process
1. Node Introduction
đī¸ Get Record Print File
By adding records, updating records, or sending emails, the retrieved record data can be automatically generated into printable documents (such as quotations, contracts, etc.) using pre-made Word print templates. These generated documents are then stored in the attachment field, allowing users to download the print files from the attachments quickly.
đī¸ Get Single Member/Department Data
The member or department is a property of the worksheet. Still, the member and departments are also independent data objects, and they contain many properties, and their data comes from the team management interface.
đī¸ Code Block
Process input fields using JS or Python, and output results, allowing for more personalized data processing effects.