> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a place: Text Input

> Adds a text input place to a document.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/-zNb44iNHnnmKMui/docs/integrations/power-automate/images/actions/add-place-text-input.png?fit=max&auto=format&n=-zNb44iNHnnmKMui&q=85&s=4c70c9e8273b134c02754ca5ecebdc0e" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/actions/add-place-text-input.png" />
</Frame>

### Input

<ParamField path="Place Key" type="string" required={true}>
  A key that identifies this place within the document.
</ParamField>

<ParamField path="Recipient Key" type="string" required={true}>
  A user-provided key that identifies a recipient within an envelope.

  It must be up to 32 alphanumeric, lowercase characters and must start with a letter. For example: `buyer`, `employee`, `party2` are valid recipient keys.
</ParamField>

<ParamField path="Document ID" type="string" required={true}>
  The ID of the document to which the place will be added.
</ParamField>

<ParamField path="Hint" type="string">
  A tooltip message shown over the input field for the recipient.
</ParamField>

<ParamField path="Prompt" type="string">
  A placeholder message shown inside the input text field during the signing ceremony.
</ParamField>

<ParamField path="Requirement" type="string">
  Specifies whether the recipient must fill this field to complete the signing ceremony.

  Possible values are `required` or `optional`. The default is `required`.
</ParamField>

<ParamField path="Capture As" type="string">
  A key that stores the recipient's input and is included in the envelope captures.
</ParamField>

<ParamField path="Format" type="string">
  Specifies the valid format for user input. Refer to the documentation for allowed values.
</ParamField>

<ParamField path="Format Message" type="string">
  The message displayed when the user’s input does not match the required format.
</ParamField>

<ParamField path="Page Number" type="string">
  The page number to position this place.
</ParamField>

<ParamField path="Distance From Top" type="string">
  The distance (in points) from the top of the page to the bottom of the place.
</ParamField>

<ParamField path="Distance From Left" type="string">
  The distance (in points) from the left of the page to the place.
</ParamField>

<ParamField path="Extra Properties" type="string">
  Extra properties for extensibility.
</ParamField>

### Output

This action has no output.
