I created a simple activity by duplicating the js activity, modified the form, the workflow schema extension etc etc.However, the acitvity does not even log logInfo("test"); On the other hand, I am trying to construct a JSON key value pair object and enrich it with the workflow's instance vars to no...
Here is sample of my schema which I will export data to <element autopk="true" autouuid="true" dataSource="nms:extAccount:bqExport" desc="bqtest" hybrid="false" img="xtk:bigquery.png" label="bqtest" labelSingular="bqtest" name="bqtest" sqltable="bqtest">
<attribute label="col1" name="col1" typ...
Hi All, I am exporting some fields that have huge list of enumerations from tracking, delivery schemas etc, I am aware you have the option to export enum values/labels when doing flat file exporting, however, I am pushing data out from campaign to fda->gcp and only the actual integers/bytes are bein...
Going through this document https://experienceleague.adobe.com/en/docs/campaign/campaign-v8/config/architecture/ffda/replicationIt suggests that some postgresql tables can be replicated to snowflake, however, it doesnt mentioned any other cloud platforms? is it possible to replicate from postgresql ...
The guide mentions how to perform the integration, how about exporting data to gcp? do I need a custom table? I want to export broadlogrcp for example.
If I want to export broadlogrcp data to gcp/bigquery using federated data access, do I need to create another custom table to store the data first? it isnt clear on the documentation.
Hi Tobias, In the case of geting a string from platform options, how do you get the timestamp of lastLog I've tried var data = getOption("NmsTracking_Pointer");var doc = new DOMDocument.fromXMLString(data)logInfo(doc.root.getElementsByTagName('lastLog')[0])
I am performing some tests, I have in an external account in the comment section some configuration in object literal {
JWT : { endpoint :"https://somelink1",
clientid :"consent-management",
grantType :"client_credentials" },
CMP : {endpoint :"https...