Hello,
Is it possible to have two or more autoactions for a specific trigger?
This is my case:
I would like to execute two autoactions when a user updates his/her profile
Autoaction 1 - Query type, to update a field in a table
Autoaction 2 - Usergroup type, to assign a user group depending on an input field value.
I set OnAfterUserUpdate as the trigge for both autoactions. The issue I have is that only one of those autoactions gets executed, namely the Usergroup type.
If I unpublish the Usergroup type, then the other executes well, so it does not seem to be a problem with the autoaction itself.
Thanks