Using Conditional Logic in Your Deformity

Logic in Deformity allows you to control the behavior and flow of your forms using simple, plain English instructions.

Depending on whether you are using AI-guided forms or static forms, the way you implement logic will vary. This guide explains both methods to help you create dynamic, responsive forms.


Using Logic with AI-guided Forms

With AI-guided forms, you simply write what you want in plain English. As the form progresses, when it reaches a point where logic applies, the AI evaluates your instructions and decides the next steps dynamically. This means you can describe complex conditional behavior in natural language without having to code intricate logic rules.

Example of AI-guided logic in Deformity

For instance, you might instruct: "If the user is over 18, ask for consent; otherwise, end the conversation." The AI interprets this instruction and handles the flow accordingly.

Tips for Optimizing AI-guided Logic

If something isn't working correctly with your AI logic, it likely means the instructions need to be reworded. The more specific and concise your instructions, the better the AI tends to follow them.

For example, if you have a multiple choice question presenting four names (like above), you might simply state: "If Florida, skip the next question". This direct instruction helps prevent confusion.

In general, shorter AI forms tend to perform logic more accurately because they are less likely to be confused by too many or overly complex instructions.

Using Logic with Static Forms

Static forms have the option to use AI or manual logic, depending on what you prefer. It defaults to AI logic where you type what you want to happen in English. If you want to use manual logic instead, you can toggle to manual logic.

Choose to use AI logic or manual logic

The logic in static forms is designed to perform three specific actions:

  • Redirect: Navigate the user to a different part of the form.
    Example: "If age is less than 18, go to ask for consent."
  • End the Form: Conclude the form based on a condition.
    Example: "If they say no to consent, end the form."
  • Set Values: Adjust values for calculations or further processing.
    Example: "If email is incredible@deformity.ai, set extra points to 10."

Once you write your logic in plain English and click Generate, a flowchart will be created to visualize what will happen in your form. This chart represents the static nature of the logic: once set and tested, it will not change unless you manually update it.

Chart of static logic in Deformity

If you were to create the same logic in manual mode, it would look like this:Chart of manual static logic in Deformity

We hope you enjoy using logic to create powerful workflows!

If you have further questions or feedback, please reach out to support@deformity.ai for assistance.