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...Lire la suite
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...Lire la suite
newObjectId : the Id of the object that was created from the result of the merge. This is separate from primaryObjectId because in some cases...Lire la suite
FWIW, I just set utm_referrer to https://paypal.com and on my record it came through like so:
So if you can capture the referral informati...Lire la suite
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 ...Lire la suite
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 Lire la suite