Valid CRT-550 Dumps shared by ExamDiscuss.com for Helping Passing CRT-550 Exam! ExamDiscuss.com now offer the newest CRT-550 exam dumps, the ExamDiscuss.com CRT-550 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-550 dumps with Test Engine here:
Northern Trail Outfitters wants toset up an automation that imports a file and sends an email to the contacts when the file is dropped on the SFTP. The name of the file will change, though it will always start with thankyou_customers. How would they set up the Import Activity to know the name of the file?
Correct Answer: B
Explanation The file naming pattern is a setting in the import activity that specifies how to identify the file to import. If the file name changes every time, but has a consistent prefix, the %%BASEFILENAME_FROM_TRIGGER%% variable can be used tomatch the file name based on the prefix. For example, if the file naming pattern is set to thankyou_customers_%%BASEFILENAME_FROM_TRIGGER%%.csv, it will match any file that starts with thankyou_customers_ and ends with .csv. References:https://help.salesforce.com/articleView?id=sf.mc_as_import_file_naming_conventions.htm&type=5