Skip to main content
patriciam905
June 28, 2024
Solved

Record Action not returning the desired output

  • June 28, 2024
  • 8 replies
  • 0 views

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.

    Best answer by stefanhelzle0001

    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.

    8 replies

    venkatrea696188
    June 28, 2024

    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

    patriciam905
    June 28, 2024

    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

    June 29, 2024

    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"

    stefanhelzle0001
    June 30, 2024

    We need more context and details. I recorded a podcast episode about how to successfully ask questions here.

    appian.rocks/.../

    patriciam905
    June 30, 2024

    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?

    stefanhelzle0001
    June 30, 2024

    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.