Skip to content

Commit

Permalink
Merge pull request #858 from zapier/update_input_format
Browse files Browse the repository at this point in the history
[PARTOPS-1224] docs(schema) - Add additional details to inputFormat property in fieldSchema
  • Loading branch information
michellechu77 committed Sep 11, 2024
2 parents 71af9e8 + 4157452 commit c11804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/docs/build/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c11804d

Please sign in to comment.