I have a question about getting data from two collections in appery.
I have one table, the default users table.
I have a second table called userProfiles.
After I do a successful signup service I take user to create profile page,
How do i link the already reistered user, to the userProfile. I have tried to add a pointer in the user table, to the second table, but this does not work.
thanks