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...Leer más
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...Leer más
newObjectId : the Id of the object that was created from the result of the merge. This is separate from primaryObjectId because in some cases...Leer más
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 ...Leer más
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 Leer más