Skip to content

Commit

Permalink
Fix sortFieldId description
Browse files Browse the repository at this point in the history
  • Loading branch information
js07 committed May 23, 2022
1 parent b13ef25 commit 21adadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/airtable/airtable.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
sortFieldId: {
type: "string",
label: "Sort: Field",
description: "Optionally select a field to sort results. If referencing a **Table** dynamically using data from another step (e.g., `{{steps.mydata.$return_value}}`), automatic field options won't work when configuring this step. Please enter a custom expression to specify the **Sort: Field**.",
description: "Optionally select a field to sort results. To sort by multiple fields, use the **Filter by Forumla** field. If referencing a **Table** dynamically using data from another step (e.g., `{{steps.mydata.$return_value}}`), automatic field options won't work when configuring this step. Please enter a custom expression to specify the **Sort: Field**.",
optional: true,
async options({
baseId, tableId,
Expand Down

0 comments on commit 21adadd

Please sign in to comment.