Hello @ArjunMa1
There are 2 steps to enable this.
Create a Sandbox with keyworks -ucp in it. Something like myorg-ucp
Make sure your user have permissions to the Usecase playbook feature
Hello @salvatore_dange
You can pass the authorization header like this:
var req = new HttpClientRequest('https://' + url + myPath)
req.header["Authorization"] = "API_KEY_HERE";
Hello @Heku_
Apart from formatDate the only option is answered here:
https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/list-dates-default-as-dd-mm-yyyy-hh-mm-ss/td-p/664597
Hello @AB_93
It is recommended to not increment the counter by 1. The space is to allow the multiple ingestion at once otherwise it could create the duplicate key issue.
Could you please share more details on the use case?