Hello @bcollado,
it is something you need to develop your self. Without creating custom activity with holiday calendar you can create calendar as list or new schema or option. Then on campaign level check against that calender and save unsend emails to list and retry them the next iteration. This wo...
Hello @Haricharan,
I think you can only hold 255 characters when you create column within your workflow.
I did try to ALTER the temporary table column on fly
-- Alter the table to change the length of the varchar column to 2000
ALTER TABLE your_table
ALTER COLUMN your_column TYPE VARCHAR(2000);...
Hello @jefrii
the continuous delivery is similar to basic delivery, which is not commonly used. It allows you to proof the delivery directly when you open it. If you have custom target data created within the workflow, I would recommend copying the template and using the delivery activity that offe...
Hello @vaishbharathi
You can load these files into the file resource folder and then place them on the web application, just like any other file. Alternatively, you can use the chat bot CDN.
The 'Index.html' will be placed in the page activity where you can modify all other sources and links to the...
Hello @jefrii
You can include any HTML code with personalization in any email. However, if there's a specific block you want to reuse or manage centrally without having to change it in every template, you can navigate to the personalization block section of Adobe Campaign. There, you can find numer...
Hello @rvnth,
you need to also specify query filtering conditions, when I tend to query all records I use 1=1 condition.
Can you send some screenshots of your settings?Marcel
Hello @Sujith_02kumar,
if you do not have access to sftp or server. You san simply prepare the data with enrichment then do not connect to anything the outbound transition. Now when you run it you can access the data by right clicking on the transition and Display the target.
Then you right click o...