You mean that with an autoaction and this trigger I could only set a query autoaction like this
Code:
Trigger: invites_onAfterAcceptInvite
Condition: [cb_refid] > 0
Action : INSERT INTO `#__affiliate_tracker_accounts` (`user_id`,`parent_id`,`address`,`zipcode`,`city`,`state`,`country`,`phone`,`company`) VALUES ('[var2_user_id]','[cb_refid]','[var2_cb_address]','[var2_cb_zipcode]','[var2_cb_city]','[var2_cb_state]','[var2_cb_pays]','[var2_cb_phone]','[var2_cb_company]')
And CB would take care of all checks regarding the DB and existing new user fields ?