@jefri123,These settings specify which schema and which fields inside the schema are to be used to determine the target address via different channels.Also, which fields will determine whether or not the target is blacklisted for the channel in question.It also determines which schemas should be use...
@Haricharan, In that case, you need to also change the data source back to FFDA after writing to your temp schema and before sending the delivery. I hope this will resolve your issue.P.S. I have not tried and tested this yet. BR,Ishan
Hi @jefrii,File transfer activity does not provide inbuilt decryption or decompression. These are provided in the data loading (file) activity.It offers by default one operation, either decompression or decryption, in a single step. You can fall back to the old way of preprocessing where you can wri...
@DishaSharma,Archive directory can be specified explicitly in the file transfer activity, by default it uses the default directory. This setting is available in the file historization settings When you use the default setting, you can view the activity logs upon execution to check what is the defaul...
Hi @Haricharan,Is the memo field holding data in the actual data table or are you populating it in the temp table while the workflow is executing?I tried adding memo type field to my recipient table, and put values into it, both string and xml. The preview displayed without issues. If you can share ...
Hi @DishaSharma, Delivery mapping in ACC is the technical entity that holds information about the settings required to send deliveries across various channels. Campaign provides a bunch of OOTB mappings, and also allows you to create custom mappings. More details can be found on some experience leag...
Hi @DishaSharma, AccessibleIf and visibleIf are used to show or hide data fields in a schema to a user based on their role.For instance, you can use them to hide PII from non-admin users. SysFilters, however can be used to show hide complete rows of data from users based on their access. In you case...
Hi @bcollado,So that would also work with the help of another enrichment activity.You would need to link your workflow temp table to the products table by joining on the product subcategory of the customer's last bought product. You can choose how many products you want to fetch in that linked. BR,I...