You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated with a screenshot on how to properly use "split by condition" to validate if the contact variables contains a value before sending the certificate
Copy file name to clipboardExpand all lines: docs/3. Product Features/Custom Certificates.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,11 @@ To change the page dimensions for a google slide
135
135
#### 1. Use the following validation before the `create_certificate` webhook call to ensure that the certificates are not generated for contacts for whom the placeholder parameters value is not present
136
136
137
137
- a. Use the below expression to check if the variables being sent in the webhook indeed have a value for the given contact and do not end up printing a certificate like error 1 shared above.
- b. For more than 2 variables, add further commas in the first list and add the variable names in double quotes.
141
145
- c. For just one variable, use split by custom expression and plainly enter the name of the variable and check for the condition “has only the phrase” and the variable name as shown in the screenshot.
0 commit comments