Hi,
I am trying to include a Dynamic Field in the Session Auth Input Fields and included the function to be called in the fields under authentication.js.
Now the zapier push --debug is giving me the following error
{
property: 'instance.authentication.fieldss1]',
message: 'is not of a type(s) object',
schema: '/FieldSchema',
instance: '$func$2$f$',
name: 'type',
argument: 'object' ],
stack: 'instance.authentication.fieldss1] is not of a type(s) object',
codeLinks:
'https://github.com/zapier/zapier-platform/blob/zapier-platform-schema@12.0.3/packages/schema/lib/schemas/FieldSchema.js'
],
docLinks:
'https://platform.zapier.com/cli_docs/schema#fieldschema@12.0.3'
]
}
Looks like Session Auth Authentication Input form uses FieldSchema rather than FieldorFunctionSchema. Can anyone confirm If we can use dynamic fields in Session Auth Authentication Input form?