Skip to content

Instantly share code, notes, and snippets.

@wvpv
Last active February 21, 2020 14:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wvpv/4550507df4714f9f81fb6da843ba4162 to your computer and use it in GitHub Desktop.
JSON ASC Sample
[
{
"sku":"123",
"name":"Square",
"url":"https://example.com?sku=123"
},
{
"sku":"456",
"name":"Circle",
"url":"https://example.com/?sku=456"
},
{
"sku":"789",
"name":"Triangle",
"url":"https://example.com/?sku=789"
}
]
@nktvrm79
Copy link

Need to use this SSJS automation activity, where ampscript doesn't work, How can I go about that.

@wvpv
Copy link
Author

wvpv commented Nov 19, 2019

If you have questions about Script Activities, please ask them on https://salesforce.stackexchange.com. Please include all you've tried, including the exact error messages you're receiving. Your question, in particular, has already been discussed several times:

https://salesforce.stackexchange.com/q/146111/5202
https://salesforce.stackexchange.com/q/99904/5202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment