> ## 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

> Adds a text place to a document.

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

### Input

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

<ParamField path="Value" type="string" required={true}>
  The value for this text place.
</ParamField>

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

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

<ParamField path="Font Size" type="string">
  The font size in points.
</ParamField>

<ParamField path="Font Color" type="string">
  The font color in hexadecimal notation.
</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.
