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
We need more context and details. I recorded a podcast episode about how to successfully ask questions here.
appian.rocks/.../
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?
like() or find() might be options. contains() checks for values in an array. Not really helpful for your use case.
The Appian documentation has a great list of all the functions, including examples.
Thank you so much