Hi, I'm looking for a way to get ID for a list created by using List Update activity. The workflow looks more or less like below:I use option 'Create the list if necessary' with computed label because a new list will be generated every each workflow run. I tried to add Enrichment activity after List...
Hi, I'm trying to get some values from one schema and using them update the corresponding columns in another one.The workflow is built to first look for all records from schema-1 in query and as complementary information I'm passing column with ID. Then, in the next step - Advanced JS code, I use qu...
Hi,I'm looking for the way to insert data from 2 data schemas into delivery and send it over to recipients. I'm able to gather all necessary information from these 2 tables, however I'm struggling with adding them into delivery.Above there is a current set up. The issue I encountered is in Enrichmen...
In meantime I found the solution and it was trivial. I wrongly assumed that my parameter event_id is automatically matched with 'id' in the microsite link. The solution works as expected using the following link:microsite.adobe-campaign.com/webapp/app&id=0&event_id=12345
Hi,I have built microsite which is supposed to generate a calendar invite file (*.ics) given an event id as a parameter. Web app is build with two elements - the first one is javascript block which looks like this:var eventID = ctx.vars.eventID;var myQuery = xtk.queryDef.create( <queryDef schema...
@Asish,by a mistake I created this topic is wrong section. I'm working with ACC, not the standard one.Jean-Serge Biron, it's fine - I was just curious if maybe there is such option. I have performed some tests and it seems that KillSession works also on ACC on Cloud but it needs around 5-10 minutes...
Jean-Serge,One more question. I see that I can kill session for all users based on their login but do you know how to query application server for the list of all active connections?Best regards,Dominik
Hi Jean-Serge,My mistake, I'm using ACS. Sorry for confusion. Nevertheless, thanks for pointing KillSession function out, it seems that's the solution I was looking for.Best regards,Dominik