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
Record action that activates itself? Need more context is it a Schedular process? I don't think record actions processes without human interaction. Can you tell us what you are trying to achieve
I have a Record Action to change the status of a client, so in the Action Security i need an expression to check the Client Activity Log. If the client have this action "Customer Registration retries on: 28/06/2024 9:23 GMT-05:00" three times then in the summary of the client the action would appear. But i need to find the those actions without the date and it comes all together
I hope this is more clear
Still following is not clear to me. Can you add more details
"But i need to find the those actions without the date and it comes all together"
I don't understand your last sentence, but in order to find that logs, maybe you can use an smart service from the market??
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