Hello,
I have a workflow. when creating a new note, data should be copied from the note (field post) to a field (field posttext) of the connected case.
Unfortunately the code does not work.
posttext = entity\attribute('note.post');
Does anyone have any ideas?
Peter
I have a workflow. when creating a new note, data should be copied from the note (field post) to a field (field posttext) of the connected case.
Unfortunately the code does not work.
posttext = entity\attribute('note.post');
Does anyone have any ideas?
Peter
Comment