Hello Michelle, to complete Shelly's solution, you can duplicate the Check Subject typology rule, change its ID and export it in a Package. You will then be able to edit the code in notepad++ and apply the control code to the sender name as explained above. Once it's done upload the package back to ...
Hello @George-CT5, There are two ways to do this depending on your end goal : If the difference in content is just a greeting sentence you may want to use a content block and do your JS conditions in it directly. If the content difference is significant you should go with dynamic content directly in...
The only way I can think of to controlling workflows outside the UI is with REST API commands : https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-workflows/controlling-a-workflow.html?lang=en#working-with-apis
Hello @Shwetambra, You can use external signal activities for your need and create the main workflow like this: Add external signal configuration in each end activity with the workflow to trigger :Also make sure the workflows to trigger are already started with external signal activity blinking : ...
I tested the new expression and sent an email and it's working. Please delete and replace the personalisation field to take into acount the changed formula. Also query your profile and send yourself and email to check final result, I don't think you can see the result in profile substitution preview...
Hello @Darren_Bowers Thanks for the answer, I have been trying to implement that, but still get the following error : -53sudo: a password is required Can you please tell me if my CMD command is constructed correctly : //instance.vars.fileToSend is the complete path to the file extracted in the acti...
In the additional data tab of your query add the expression as follows : Then open your email delivery and replace the personalization field with the @roundedRnwlPrice in additional data : Hope this is clear enough.
Hello @mmbb110 You can add an enrichement in your workflow and use the Round function to limit the price to two decimals : Round(@cusMembershipRnwlPrice, 2). You will then have to replace the Personalization field in your email with the new defined one. Cheers.