Hi Craig, the errors are variations off of "Unable to parse expression 'setOption(OPT23,'DONE')'." OPT23 being the option name, and 'DONE' being the value I want to update the option with. Thank you! Jim
I don't believe this can be achieved from within the ACS UI. Adobe maybe able to set up alert for you, so you may explore if the source system hitting the ACS API could monitor the API response. Hope that helps.
Hi everyone, Is there a way to update an Options value directly from within a workflow? I need to set one value at the beginning of the workflow and another one at the end of the workflow as it completes. I've tried the setOption function in a couple different nodes now, but they all kept erring out...
Hi ELC,In Adobe Campaign Classic, email addresses to be loaded into the email field is governed by dataPolicy.js and an Option that has specific allowed characters. Is the same or similar process in place for ACS as well? If it is, where can I find documentation on that process? Thank you all very m...
Hi all,I'm using a Javascript activity in a workflow to do a REST API POST call to obtain a taken.Code is as follows:var requestUrlAPI = 'https://login.microsoftonline.com/{tenant}/oauth2/token'var bodyStr = 'grant_type=client_credentials&client_id={clientID}&client_secret={clientSecret}';var http =...
Hi, I'm trying to see if there is a way to include a view name of the personalization block is constructed instead of explicit Specifically:I have 3 personalization blocks with their internal names as 1234_p1, 1234_p2, and 1234_p3In the delivery template, I defined a variable "var id = '1234'"What's...