View sampleField.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Trigger / action code here | |
const methodNameToAddFieldBasedOnAbove = async (z, bundle) => { | |
// projectOnEachLine would be whatever the value is for that entry in | |
// the project dropdown | |
if (bundle.inputData.specificKeyYouCareAbout !== projectOnEachLine) { | |
// Return an empty array to not display the field | |
return []; | |
} | |
View exampleContact2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@odata.etag": "removed", | |
"id": "removed", | |
"createdDateTime": "2019-03-21T20:04:15Z", | |
"lastModifiedDateTime": "2019-03-21T20:04:15Z", | |
"changeKey": "removed", | |
"categories": [], | |
"parentFolderId": "AQMkADAwATM3ZmYAZS0xZWJiAC04YjY3LTAwAi0wMAoALgAAA-OxI5vmNgdDhCtSRujtT90BAIUvBr0BBudHoyLUg4Vqf3sAAAIBDgAAAA==", | |
"birthday": null, | |
"fileAs": "contact 3, test", |
View exampleContact
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@odata.etag": "removed", | |
"id": "removed", | |
"createdDateTime": "2019-03-21T20:02:38Z", | |
"lastModifiedDateTime": "2019-03-21T20:02:38Z", | |
"changeKey": "removed", | |
"categories": [], | |
"parentFolderId": "AQMkADAwATM3ZmYAZS0xZWJiAC04YjY3LTAwAi0wMAoALgAAA-OxI5vmNgdDhCtSRujtT90BAIUvBr0BBudHoyLUg4Vqf3sAAAIBJAAAAA==", | |
"birthday": null, | |
"fileAs": "", |