Hello!
I’m working with a client to build a workflow that creates a certification campaign when someone has a manager change. It required a campaign filter, so we had to create the campaign with the HTTP Request action. The issue we’re having is we’re unable to activate the campaign because the workflow can’t access the campaign ID. Has anyone run into this before? Any suggestions on how to activate the campaign in the Workflow?
For anyone else looking at this, found the issue. The client edited the JSON to give the step a custom name “HTTP Request - Create Certification.” When we tried to create a variable to store the campaign ID using the previous step’s name, it didn’t work. I updated the name without the dash, so it became “HTTP Request Create Certification,” and was able to access the campaign ID properly.