Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

viktorstarn
viktorstarn
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by viktorstarn
Customize the badges you want to showcase on your profile
Re: sqlExec issue - Adobe Campaign Standard 07-06-2018
Great answer! Exactly what I needed! Thanks Slimmed my script down from 240 lines to 40 ^^Couldn't get it to work initially, "Object.keys(wkf.activities.fileImport).length" kept returning 0. But it started working when I added... for (var key in wkf.activities.fileImport) { if (wkf.activities.fileImport.hasOwnProperty(key)) { logInfo("Key: " + key); logInfo("True"); }}...before your for-loop while troubleshooting. Not sure why...Also had to add the actual start- and end-tags and save function: f...

Views

1.1K

Likes

0

Replies

0
Likes given to