Skip to main content
patriciam905
July 12, 2023
Question

Function to evaluate a order

  • July 12, 2023
  • 4 replies
  • 0 views

Hi

I have this problem, I have to evaluate 3 things in priority order, which are Temporary -> Permanent -> Default

I have to check which one of this a client have in that order, how can i do that?

    4 replies

    mathieud0001
    July 12, 2023

    Have you tried a!match()?

    [View:https://docs.appian.com/suite/help/23.2/fnc_logical_match.html]

    patriciam905
    July 12, 2023

    I havent try it yet, thank you

    mikes0011
    Brainy
    July 12, 2023

    In general, I suggest reading and getting familiar with the general Appian functions: docs.appian.com/.../Appian_Functions.html

    July 13, 2023

    Try with Choose or match Function