Help
Herege
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jul 10, 2023
‎Aug 04, 2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

Hello guys,I have a field that use a simple formula to calculate the time passed (in minutes) between the created time of a record and Now that goes like this: DATETIME_DIFF(  {Created},  NOW(),  'minutes') * -1 The time displayed in minutes on the f...
Hello guys,I'm trying to create an automation that:When a new record is created -> Compare "E-mail" field with existing records -> If true, do something.The issue I'm facing is that: The automation is comparing the email to the contact being created ...
Hello guys,I'm struggling to achieve the desired results here. First: I have a formula that return a number between 1-156 based on the created time of a record:(VALUE(DATETIME_FORMAT(CREATED_TIME(), '0.smh'))*(156-1))+0000 Although I want this formul...