Add Custom Note when Potentials stage changes
Hello!
I wanted to ask for help where I have a workflow with a function when a user moved to specific stage it would add a Note.
My problem is I needed to add a text to the note that says "Stage is moved to x" where x is the value of the stage. Hope this makes sense and I would really appreciate any help! :)
notemap = Map();
notemap.put("Parent_Id",aid);
notemap.put("Note_Content",multi);
notemap.put("se_module","Potentials");
notecreate = zoho.crm.createRecord("Notes",notemap);
info notemap;
info notecreate;