Okey…
i get two table… in the first table when user login in the app, create a record with email.
when it creates a record in the first table, I want it to create it in the second one, but if the email is repeated in the first one I don’t want it to be created again in the second one, for example:
Table 1 ---------Table 2
hello@gmail ----hello@gmail
bye@gmail ----bye@gmail
one@gmail ----- one@gmail
hello@gmail … “no create record” …
two@gmail ------ two@gmail
thx!!!