Tangram
语言
  • What is Tangram?
  • overview
    • Capabilities
    • Architecture
  • Install
    • Start with Kubernetes
  • quick start
    • Create a flow
    • Create a tool
  • Flow
    • Nodes
      • IF
      • SWITCH
      • Format
      • Count
      • Subflow
      • Conversion
      • Execution
      • Variable
      • Note
      • Error
      • Response
    • Datasources
      • Node
      • Form
      • Variable
      • Webhooks
      • Inputs(Subflow)
      • Base
  • triggers
    • Forms
      • Text
      • Textarea
      • Number
      • Date
      • Radio
      • Checkbox
      • Single Selection
      • Multi Selection
      • File
      • Title and Content
    • Webhooks
    • Crons
  • APP Development
    • template
    • info.json
    • core.py
    • test.py
    • Upload and Debugging
Powered by GitBook
On this page
  • Create
  • Form Design
  • Associated Flow Logic
  • Preview form and test
  1. quick start

Create a tool

Customize visual form with flow logic

PreviousCreate a flowNextNodes

Last updated 1 year ago

Taking a problem feedback tool as an example.

Create

The public attribute setting tool can be publicly accessed and will add verification codes for verification.

Form Design

Drag and drop to create a custom layout.

Double click on the form to set up details.

Associated Flow Logic

Click on the "Flow" tab to enter the flow settings interface.

  1. Using Format Node to set message formatting.

  2. Use Slack App to send message.

Get the value of the form's "type" and "textarea" and format the title as "[type] Issue [Message]".

Config slack app, choose "send_text" action.

Set params channel and text, get text from form parameters.

Preview form and test

Enter data in the form and submit it.

When job done, you can see all execution details.

Congratulations! Completed a simple visualization tool configuration.