Hi all, first discussion here… I have a board set up in Monday CRM to mange leads where, amongst others, there is a ‘Cancelled Date’ (Date) column and a ‘Cancelled Reason’ (Long Text) column. A lead can go from a live status, to a “Cancelled” status, and at this point a user would decide if it should be put live again. If they are going to set it live again, I want to take the content of the ‘Cancelled Date’ cell and prefix it to the text in the ‘Cancelled Reason’ cell, then clear the ‘Cancelled Date’ cell.
I’ve tried doing this using a Monday automation:
The Use AI step has the following instruction -
If the {pulse.date_cancelleddate} column contains a valid date, append it to the end of any text in the {pulse.long_text_cancellationreason} column. If the {pulse.long_text_cancellationreason} column is empty, return just the date. If there is no date in the {pulse.date_cancelleddate} column, return an empty string.
The automation gets to this step and fails. Can anyone shed any light as to why? Is what I am trying to do just not possible with basic automations, or can anyone suggest another, better way, to do what I want to achieve.
Thanks in advance.