Hi all, This is the first time I'm using External API activity in ACS. I tried to execute the workflow. I'm getting the following error. Please advise what went wrong.- Inbound mapping and outbound mapping are done- No issues in column definition- Tried to set the request headers as "Accept: applica...
Hi milanv69354962, No, I did not get any solution. But I tried the same set up in different instance. And that works. However, in the instance where I started the work, the issue still exist. No helpful things are found. Still wondering!
It is difficult to use Adobe Campaign Classic if you are a multi tasking person when you have opened Development instance and Production instance at same time. You have the same set up available in both instance. When you want to update something in development instance and unknowingly you're updati...
Hi,You can try the following. https://final-docs.campaign.adobe.com/doc/AC/en/jsapi/s-xtk-sqlSchema.html eg building a schema. But I haven't tried it:xtk.sqlSchema.BuildAndInstallSchemas ( String dataSource, String namespace, XML tableList )
Hi,I'm not sure how to retrieve XML in SQL inside AC. However, you can use querydef for the same. var query= xtk.queryDef.create(<queryDef schema="xtk:workflow" operation="select"> <select> <node expr="@affinity" /> <node expr="@label" /> </select> <where> <condition expr="...