Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I have uploaded a file through data load file activity , and i want to display the file local name through js.
ADOBE CAMPAIGN
Solved! Go to Solution.
@Rohan_Aditya,
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)))
View solution in original post
Views
Likes
Replies