Skip to main content
Send user form to LLM
Wrk Product avatar
Written by Wrk Product
Updated yesterday

Send a user form to your LLM application and wait for a response before continuing the Wrkflow.

Application

  • ~Wrkflow Tools~

Inputs (what you have)

Name

Description

Data Type

Required?

Example

Form JSON Schema

JSON Schema of the form data to send to the LLM

Text(Long)

Yes

{ "type": "object", "properties": { "name": { "type": "string", "title": "Name", "description": "Enter your full name", "maxLength": 100 }, "email": { "type": "string", "title": "Email", "description": "Enter your email address", "format": "email" } }, "required": ["name"] }

Wait time limit

The amount of time this action should wait for a response in hours. Note the maximum wait time is 7 days (in hours). Example: 0.05

Number with decimals

Yes

0.05

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Form response

JSON data from the form response

Text (Long)

No

{"name":"John","gender":"male","interests":["coding"],"country":"ca"}

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

No result

This status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A

Did this answer your question?