Action to redirect in the app

Hi Experts,

 

I am trying to use a action to move the user to different views based on the number which is as follows

 

IFS(

[COUNT] =< 3, "#view = Auditions_Detail",

[COUNT] => 3, "#view = Subscription 2"

)

But i am getting error

Expression 'IFS( [COUNT] =< 3, "#view = Auditions_Detail", [COUNT] => 3, "#view = Subscription 2" )' was unable to be parsed: The given key was not present in the dictionary..

 

Please let me know what mistake i am doing and help me solve it

 

Thanks in advance.

0 1 72
1 REPLY 1

Issue is solved thanks everyone

Top Labels in this Space