Any chance we can be able to set the files as public so they can be used in a non-internal context? We have the ability to power CMS pages from objec...read more
I think this workflow can be further simplified by removing the today's date dummy property. This also forces you to not center the workflow on a dat...read more
newObjectId : the Id of the object that was created from the result of the merge. This is separate from primaryObjectId because in some cases...read more
Well you could possibly get around that, but before that I'd probably try to determine if it is worth it or not. I mean, blockers will block so it's ...read more
The expected behavior around attribution I think would follow what is documented here but it would only be based on the data from that one specific p...read more
The docuemntation displays this code for an example serverless.json file:
// A serverless.json file configured
// for an API endpoint function
{
"runtime": "nodejs12.x",
"version": "1.0",
"endpoints": {
"path/to/endpoint": {
"f read more