> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/components/forms/using-form/how-to-incorporate-form-into-screen-flow.md).

# How to incorporate Form into Screen Flow

User can embed Form to Screen Flow.

{% hint style="info" %}
Screen Flow in Salesforce  is a drag and drop interface that allows Salesforce user’s to automate business processes by creating applications using Process builder without code. Read [this Salesforce article](https://developer.salesforce.com/docs/atlas.en-us.196.0.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_admin_flow_overview.htm) to know more.
{% endhint %}

Go to Screen Flow page, select Flexi KanBan Form  (1) in the components list and put to the screen section you need:

<img src="/files/ifEnPLYW1gwCtLcxQodo" alt="" class="gitbook-drawing">

Fill in API Name (2), Form Id (3; copy the Id from your form [Settings tab](/components/forms/basics/working-with-form-settings.md#general-settings) and define a variable for the Form Id):):

<img src="/files/dz8byvGYBcq82LxNm1EX" alt="" class="gitbook-drawing">

Populate other properties:

* Form mode (6)

The form mode: pass 'view' or 'edit' values.

* Context Fields (4)

Allow to pass parameters to the form from the Context object.

Use JSON key/value format to pass the context record field values to the form. The 'key' is the parameter name, the 'value' is the field api name.

Example: The form source object is Contact (FirstName='Jim', LastName='Lee'). The *contextFields* in this case may look like:

{"fnameParam":"FirstName", "lnameParam":"LastName"}

In the form the merge field *{$FormParameters.fnameParam}* will be replaced with "Jim".

Note: Context field setting will work only if Record Id is passed.

* Entire Height (5)

Select this mode if you want to see the entire height form.

Record Id (7)

Pass context record id to the form. To do this create recordId flow variable first, then put it into Record Id field.

NOTE: Variable should have 'recordId' API name:

<img src="/files/wakSRWG3A4P1V8gT3hyn" alt="" class="gitbook-drawing">


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flexikanban.ai/components/forms/using-form/how-to-incorporate-form-into-screen-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
