Hello, I would like to know if there's an easy way to add zeros before a field in adobe campaign For example:If the record is equal to "4", it will show 0004if the record is equal to "32" it will show 0032 Thank you in advance
This is definitely a great idea, I hadn't think of use a regular expression here, even if I had the XML Memo attribute under sight. This definitely will revolutionize the way I do all this stuf. Thank you very much, Heku!
There is not really a documentation to do this because it's not an out of the box method. It requieres a simple Python script that reads a list of HTML, copies it code and paste it inside the entity brackets of the package, dinamically changing all the information needed
Description - Right now Adobe Campaign has a great problem for analysts who want to compare data that was ingested in ACC and CSV data, they have to order and click each column, which takes a lot of time. I made time ago an script to automatize it to my friends in my project: You only have to paste ...
You can upload just one HTML file, then create a Package with it, then using Python or another program out of ACC you can create an script with new entities with all the HTMLs you want to include, then import the package.
You've two things to do: <where>
<condition expr={'@id=' + rId}/> // Recipient ID
</where>This is where the query to recipients is being made, you've to change it so it gets all the recipients you want (If you want to get all recipients you should remove this where condition). Second, here: deliv.co...
This is a great idea for people with a more technical knowledge, we could merge the two worlds: High technical profiles that would prefer to use SQL codes instead of schemas, and less technical profiles that would prefer to use schemas and the activities in Adobe Campaign. Anyone knows if this is p...
You can either create a new whole schema with the attributes you want or create a field so you're able to differentiate, for example: isCloud (boolean). Then you create a new Input Form for it with the new schema or refering to recipients but with only the fields you want