Skip to main content
Level 2
April 3, 2023
Répondu

File name adobe campaign

I have uploaded a file through data load file activity , and i want to display the file local name through js.

ADOBE CAMPAIGN

Ce sujet a été fermé aux réponses.
Meilleure réponse par SatheeskannaK

@jettyro,

 

You can try something like this to get the file name after the file load using enrichment by ignoring the complete path,

 

Substring($(vars/@filename),45,Length($(vars/@filename)))

1 commentaire

SatheeskannaK
Community Advisor
Community Advisor
April 3, 2023

@jettyro,

 

You can try something like this to get the file name after the file load using enrichment by ignoring the complete path,

 

Substring($(vars/@filename),45,Length($(vars/@filename)))

Thanks, Sathees