Hello, i would like to use in the post-processing workflow of a delivery the temporal table generated here, in the previous activity of the delivery:
Is there any way to do it?
Thank you in advance.
Héctor
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @Heku_ ,
Use enrichment activity before your delivery activity.
Enrichment > Add data > Data linked to the filtering dimension > Data of the filtering dimension > (in Left) You can find the available fields of the temporary table generated in the previous activity of your delivery.
Temporary table before Delivery:
In Enrichment:
Views
Replies
Total Likes
Hello @ParthaSarathy, thanks for the reply. I'm talking about the post-processing workflow from the external account linked to the delivery.
Hello @Heku_ ,
i can think of two common ways how to do it:
Marcel Szimonisz
Hello @Marcel_Szimonisz , thanks for the reply. I'm talking about the post-processing workflow from the external account linked to the delivery.
Hello @Heku_ ,
you can try to save the population before delivery to the instance.vars. with use of xtkQueryDef (last one that cretas json array) and with JSON.stringify the result. In the post processing try to read that instance.vars and convert it back to JSON array and do something.
Marcel
You can't use instance.vars. it's a post-processing workflow from a esternal account, it works with a signal.
Post processing for external account happens inside adobe campaign by runing of another technical workflow. It would be worth try that and see if the instance variable could be fetched there.. if you send signal with javascript you can send your instance vars in <variables/> argument.
Marcel
The signal is sent by the external account, how do I fill that <variables/> argument?
I can't do that, the delivery executes automatically the external signal
Thanks for the copypaste, you didn't even read the question
Maybe create a "temporal table" in your database, which will be override between executions. This temproal table will be a copy of the temporal table of the wkf.
Hope this helped u
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies