I’ve implemented the solution provided, but after some try when it work right, now it stop to work with no error message. Simply the action “add a new row to another table using values form this row” stop to being execute when click on the menù icon. There is some way to debug the action fire mechanism?
There is some bheavior that i can’t undestand with this approach:
- i cant set a value of the column EMAIL of the users table in the action, i donw know why:
Maybe a simple approach is to use a My Account view, linked to users table, where “Add” action is only available if useremail() is not in the users[email] list.
My Account view can be set as default view for user.
Display name can be set on “My account” when email is in the users table or to signup when email is not in the users table. The only thing i cant change based on the status of users table is the icon. i Think is a better solution, more robust and simple than the other one.