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

# Get a captured value

> Retrieves a value entered by a recipient in an input place during signing.

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

### Input

<ParamField path="Envelope ID" type="string" required={true}>
  The ID of the envelope.
</ParamField>

<ParamField path="Captured Key" type="string" required={true}>
  The key of the captured value.
</ParamField>

### Output

<ResponseField name="Capture Value" type="string">
  The value of the recipient input capture.
</ResponseField>
