HI!
I'm using Studio. What I want to do is update a field called "Follow_up_date" at the moment I create a note log for the lead. I think that I have the wrong domain for log notes, is it message_ids.subtype_id.name = Notes?
I'm updating the field with:
from datetime import datetime
datetime.now()
Thanks!