Hi @rvnth ,
Please try adding the additional data in the query activity your Primary Unique Id and Creation date columns and do select group by on both the columns. Sample configuration can be as shown below:
In the Split activity, Please select the column from the added columns of query activi...
Hi @rvnth ,
Please use the query activity to select the records with the same customer name like below:
Next, Please use the Split activity to get the recent record based on creation date with Configuration shown below:
Please select "Keep only first records after sorting" option and define ...
Hi @Rch_ ,
To get the label of the List activity inside the alert activity's body email, Please use the below Javascript Code inside the Alert activity :-
<%
logInfo(instance.activities.readGroup[0].label)vars.labelReadList=instance.activities.readGroup[0].label
%><p></p><p><%=vars.labelReadList...
Hi @ChanuteJo ,
Sample WF for Data load from CSV File to recipients Schema in Adobe Classic Campaign can be configured as shown below:
The File Collector activity picks the file from SFTP Marketing Server and it can be stored in Archived folder and the next Data loading activity is used to ...
Hi @AkshayAnand ,
Yes tried this approach also, and used Change dimension activity as Manoj said, afterwards to change data back to Schema1, still not working.
Regards,
Pravallika.
Hi @_Manoj_Kumar_ ,
We tried to query Schema 2 directly by changing the Filtering dimension to schema2 and used the Change dimension activity to change data back to schema1, still its not working.
Regards,
Pravallika.
Hi Team,
We have a requirement based on a Boolean Flag we are excluding few records and in the Query conditions there are many links after which we query based on the Boolean's Flag Value.
In our current approach, there are 2 query activities with one having the condition [Schema1/Schema2/@Flag...
Hi @rvnth ,
Could you Please let us know if this exercise is just to verify the Data, you can export to a .CSV File with the below mentioned column names in the mentioned Query's Additional data with below Columns:
This will give all the Information of Folders and Sub Folders and the Full URL g...