Please, I get ERROR 1048 (Column 'user_id' cannot be null) When I attempt to create USERS using the SAVE USER action.
The USER is created but the group information is not included.
Thanks for your swift action.
The USER is created but the group information is not included.
Thanks for your swift action.
Just tested this, no problems here, please post a screenshot of your Save user settings.
Best regards
Best regards
There you go, your group id provider is wrong. It needs to be an array of group IDs, and the syntax you've used is wrong. You'll want just {data:group} if it's an array, or if it's not use {data.split:group}
And it is not safe to get the groups ids from the data array, you should have a switch action, pass the {data:field_name} in the data provider, and set the expected value in the values box:
groupd_number:{value:[2]}
This topic is locked and no more replies can be posted.
