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
// Update description with telephone icon with specific meaningful description concatenated
2
+
(functionexecuteRule(current,previous/*null when async*/){
3
+
4
+
try{
5
+
//code to execute goes here
6
+
varmyTelephone="\u260E";// Create the telephone icon
7
+
if(current.description==""){
8
+
current.setValue('description',"You really should "+myTelephone+" home more often.");// Update the description in concatenation with telephone icon script
0 commit comments