Adam Thulampscript-ninja.hashnode.dev·Aug 16, 2024AMPscript Has A 'Contains' Function, It's Just Not ObviousNeed to check if one string contains another? Probably constantly. It's surprising that with how many string comparison operators and functions AMPscript has, there isn't a contains operator or a Contains() function. Not to worry, you can do it with ...ampscript
Arvind Kumar Thoppedesigntodeployment.hashnode.dev·Aug 2, 2024Secure Data: CryptoJS and Salesforce AMPScript Encryption and DecryptionThis guide helps developers encrypt a given string or value using Salesforce AMPScript and decrypt it using the CryptoJS library on the frontend or backend. The challenge is to get AMPscript in the Salesforce Platform to generate a cipher that Crypto...Security
Pablo Faccianomarketingcloudspecialist.hashnode.dev·Jul 28, 2023🆕 How to debug AMPScript CodeHi Trailblazers! It's been a while since I last wrote to you... but today I bring you the solution to all your problems (well, not all of them 😥) Many times, when the code we write generates an error at runtime, we cannot see what the error was or w...249 readsSalesforce