Zapier add description to labels (#3787)
* Use object metadata graphql api to fetch input fields * Clean code * Clean code * Remove targetColumnMap * Remove duplicated testing * Fix labels
This commit is contained in:
@ -29,7 +29,7 @@ export default {
|
||||
key: 'nameSingular',
|
||||
required: true,
|
||||
label: 'Record Name',
|
||||
dynamic: `${findObjectNamesSingularKey}.nameSingular`,
|
||||
dynamic: `${findObjectNamesSingularKey}.nameSingular.labelSingular`,
|
||||
altersDynamicFields: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user