2

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 document template depending on the conditions specified.

How does it work? 
Stark Fitness Centre offers different membership options, each with unique terms and conditions. To streamline contract creation, they've integrated Kissflow. This system generates personalized PDF contracts based on the chosen membership plan, inserting pricing and benefits dynamically into the template. For instance, basic memberships include three free extra months, while premium memberships come with six additional months at no cost.

Here's the formula they have used in the document template:
{% if Membership_Type ='Basic' %} 3 months of subscription for free.  {% elif Membership_Type = 'Premium' %} 6 months of subscription for free.  {% endif %}

https://www.loom.com/share/89df7893958643cf968998ccdab931fd?sid=8ef3358a-458a-4ea2-ab13-64e3485b878a

Pro Tip: The attachment size cannot exceed 10 MB while sending an attachment via the email connector.

Learn more about creating document templates here

 suggested using this use case to automate customization for numerous document templates with simple logical conditions, which has saved time and manual effort. 

Content aside

  • 2 Likes
  • 1 mth agoLast active
  • 10Replies
  • 88Views
  • 3 Following