hello @ShineVv0823 ,
No need to worry, the exclamation mark means that the field is mandatory = can't be null ( normal because it's in the index).
Br,
Amine
Hello @LakshmiPravallika,
On what Os your Adobe campaign is installed ? Windows or Linux ? On-Premise, hybrid or fully hosted ?
I may have a solution for you if you are on-premise or hybrid, and if your ACC instance is on Windows server.
Br,
Amine
Hello @J2021,
I assume that you are using the delivery activity that call delivery templates, that's why you can't use your instance.vars to modify the seedlist request.
The solution to your problem is to use the initialisation script of the delivery activity to modify the seedlist request. we use...
Hello @Shruti1,
Yes, temporary table name start with ''wkf''. In fact the temporary table name is constructed as so :
wkf<workflow ID>_<task Identifier>_<incremental Identifier>.
So you can know what tables are generated by which workflow.
Br,
Amine
Hello @shaunhill, It is possible, here is the formula : <%var tomorrow = new Date(); tomorrow.setDate(tomorrow.getDate() + 1);%><%= formatDate(tomorrow, "%4Y%2M%2D_TEST") %>.csv result: Br, Amine
Hello @Mrityunjay, If you can get the folderId prior to the update activity, store it in an instance variable, and use the variable in your update. something like this: Br,Amine