Hi,The goal is to design a workflow with a main target and the target to exclude. This target corresponds to recipient from delivery whose the typology is Trigger. In my example, it will be defaultTypologyWe need to parameter our query (nom interne de diffusions égal...).Open it and clic on the butt...
Hi,You can add a filter rule where broadlogRcp/delivery such as typology.@name = "Trigger".It's an idea.Or you give always the same beginining of name to your campaign with Trigger "Trigger_XXXXX", "Trigger_YYYYY" and after you can design a rule easier to build and using this field delivery.@label.C...
Hi,You can get the temporary table name with a Javascript activity : vars.tableName.After with a SQL activity, you can update a codeSegment of this temporary table.Christophe
Hi,U have the field @state which give you the state of a delivery.To find the recipient, you can begin your query by broadlogRcp as delivery.@state = ...I answer to your question ?Christophe
Hi,If you use a typologie rule which consider the content of your delivery text content, you will able to add your script in this content.//script in your rulevar txtStr = delivery.content.text.source;delivery.content.text.source = '<% document.write(delivery.mailParameters.subject); %>' + txtStr;Re...
Hi,I'm not sure to understand but, I try to answer to you :If you use a upload data activity (if yours datas are in a Excel file for example)If you use a query activity (if yours data are in a schema on Adobe Campaign)You will obtain your temporary table.After that, you can use a union activity to j...