Yes, the trigger works. This has been tested thoroughly otherwise all our integrations acting on it (many) would not function.This trigger does not seem to work with manual gateway as it did not fire the K2 synchronize group action.
Sorry, don't understand your question. The K2 action synchronizes CB profile data to K2 user. Check your K2 users database table to see if it synchronized. You may want to try a different action type. You issue could also be with the K2 action. Configure it for the after login trigger and see if it behaves as you expect.Unless the K2 synchronize auto action is enable to change the group of a K2 user ?
Please Log in or Create an account to join the conversation.
The K2 action synchronizes CB profile data to K2 user. Check your K2 users database table to see if it synchronized. You may want to try a different action type. You issue could also be with the K2 action.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yup, just use REGEX to do it. Example as followsWhich leads me to a question : can I set a condition with several value such as [var3] = 5, 6, 7 to use it for several CBsubs plans ?
Please Log in or Create an account to join the conversation.
You could try using CB Auto Actions with the below trigger usages.
Plan Active
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditional 1: [var3] Equal To REGEX /^(5|6|7)$/
Conditional 2: [var2] Equal To A
Plan Expired
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditional 1: [var3] Equal To REGEX /^(5|6|7)$/
Conditional 2: [var2] Equal To X
Please Log in or Create an account to join the conversation.