Run action when Status is correct in UX

Options

I want to run action only when status is correct.

And I don't want to run action when status is wrong.

 

I create a status Lineitem(which is Text format, "correct" or "wrong").

I could do it by going through "open dashboard" process. 

 

But in new UX, I cannot use open dashboard function.

How can I solve this?

 

Answers

  •  

    @hyudolee 

     

    Instead of using text like "correct" or "wrong", use a boolean to signify correct (true) and wrong (false).  Secondly, you can use this boolean to run the action.  Actually, the action will always run, but if you use the boolean as a filter and all members are false, then nothing will happen.

     

    Rob