Hello!
I am creating automation with the following scenario: the user changes the value of a custom field in his profile, based on which his access group is changed (in the future it is planned to expand the list of actions - send a letter).
administrator/index.php?option=com_acym&ctrl=automation
Create
Trigger based on user actions - On user modification
Select your conditions - Site account user field - CustomFieldName = 2
Actions - Action on the group - Add users to the group - Group Name
This works, but only if you edit your profile information twice. Those. first we change the value in the profile - the trigger does not fire. The second time we simply save (without changing the data) - the trigger works.
I would like the trigger to fire immediately when the profile data is changed.
v.9.2 Joomla! 3.10.12
Thank you.