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 All , I want to fetch list of all workflows which are in paused state and finally stop their execution and change their state to finished .How i can do this . Thanks in advance.
Since Recipients table already has a PK, I cannot make my field a PK so it is unique.So I cannot use:autopk (boolean): if this option is activated (autopk=“true”), a unique key will be automatically defined. This option may only be used on the main element of the schema. Warning, Adobe Campaign only...
Hello, I would like to know if there is a way to trigger a wkf based on another wkf with for example one week delay.WKF1 starts at 19th december and when it is done the WKF2 starts automatically the 26th december.I've tried using javascript and signal activity but the JS node keeps running until the...
We are implementing a 'One-Click Unsubscription' feature in Adobe Campaign Classic. So far, we have successfully customized the out-of-the-box web app provided by Adobe to handle unsubscriptions and track them programmatically.Our next challenge is identifying which delivery was used by a recipient ...
I'm adding some fields to the abc:recipients (recipient's extension) schema. It currently has 01 PK in the base recipient schema. I need to add an attribute from the extension also as PK. So both are not a combined PK, rather individual PKs.Is this ok? This is how I have set the codinterno field as...
Hi, I need to set up a delivery that will be sent to relevant passengers 2 days before their flight.The delivery should only be sent to passengers departing from a certain airport on Saturday.In order to create this segment I need to use the Day of week date formula on my Departure date parameter an...
Hi there,Could anyone assist with the personalisation token issue below?I’ve added the target data attribute as: Date: <%= targetData.expStartDate %>. However, in the test email delivery, the date appears with a timestamp, e.g., Date: Sat Dec 28 2024 05:30:00 GMT+0000 (Coordinated Universal Time).Co...