> ## 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: Recipient completed date

> Adds a recipient completed date place to a document.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/-zNb44iNHnnmKMui/docs/integrations/power-automate/images/actions/add-place-recipient-completed-date.png?fit=max&auto=format&n=-zNb44iNHnnmKMui&q=85&s=de48ddeaf3bc1f777965f6a8c09023fa" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/actions/add-place-recipient-completed-date.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="Date Format" type="string">
  Defines the format of the date and time. Refer to the documentation for allowed values.
</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.
