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.
In a Query action you'd just add that as part of your WHERE statement on the _comprofiler table. You'd be directly altering the database table which isn't typically recommended, but the only other approach is probably a Code action with Method set to PHP then write the code to find all those users and update their user objects.How would I go about "... find all users where their field is set to 97 and expire them as well." in an auto-action?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Not sure I understand. You want it to run when a field changes and not the subscription?This changes the user membership field as it should, but as far as I can see there is no way to make the existing triggers run on the changed objects which are normally run when this field changes, this I guess would require it to be run in PHP instead?
Please Log in or Create an account to join the conversation.