diff --git a/packages/schema/docs/build/schema.md b/packages/schema/docs/build/schema.md index 3e3f94fe9..f6a7b0221 100644 --- a/packages/schema/docs/build/schema.md +++ b/packages/schema/docs/build/schema.md @@ -965,7 +965,7 @@ Key | Required | Type | Description `computed` | no | `boolean` | Is this field automatically populated (and hidden from the user)? Note: Only OAuth and Session Auth support fields with this key. `altersDynamicFields` | no | `boolean` | Does the value of this field affect the definitions of other fields in the set? `steadyState` | no | `boolean` | Prevents triggering on new output until all values for fields with this property remain unchanged for 2 polls. It can be used to, e.g., not trigger on a new contact until the contact has completed typing their name. NOTE that this only applies to the `outputFields` of polling triggers. -`inputFormat` | no | `string` | Useful when you expect the input to be part of a longer string. Put "{{input}}" in place of the user's input (IE: "https://{{input}}.yourdomain.com"). +`inputFormat` | no | `string` | Useful when you expect the input to be part of a longer string. Put "{{input}}" in place of the user's input (IE: "https://{{input}}.yourdomain.com"). Renders a [copy to clipboard field](https://cdn.zappy.app/67a9d787493dd56a9916c7cd294eff80.png) when used, which is not advisable for action input fields. #### Examples