Record Action not returning the desired output

Certified Associate Developer

Hello!

Im having trouble trying to resolve this. I have a record Action that can be activated only when a client goes to the Activity Log "Customer Registration retries on: 28/06/2024 9:23 GMT-05:00" three times, but im having trouble for the query to find me that activity log without the date.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    I am very sorry that I have not been able to be very clear so that you can help me. I will try to be clearer and simplify my problem.

    I have this text  "Customer Registration retries on: 28/06/2024 9:23 GMT-05:00" and i need to use a function that allow me to check if the text exists without the date, i try to use contains() but it returns false when i dont put the whole sentence. What other function can i use?

Children