Hey all !
i’ve been tried many things to achieve this result that i want without a success and i will be happy to help.
i’ve been trying to make an app that user can signup/login and each user can create a list of cards.
i have table of ‘user’ with fields -
image [image], first name [text], last name [text] and card [card]
and table ‘card’ -
image [image], link [text], title [text] and user [List of users]
when i create new card - i have this workflow:
create a new card →
Make changes to user →
now i want that each user present his own cards
but when i try to log off and log in with new user, i still see all the cards of the other user.
please any help - THANK YOU