get Objects from different tables (Relation between tables)

suppose i have 3 columns in my TableA

  1. Post
  2. sender_name
    3.sender_image

all of 3 columns contains string type of data

my first column Post contains the Content of post (obviously)
second column Contains the name of sender
third contains the Link of sender’s profile image

while creating this post i added Current user’s name and image in both of these columns but when user changes his name or image i want to reflect that change in my Post too , so my question is that how can i tell my second & third Column to use (value of user’s username & profile_image_link column ) instead of providing a static one , i know for this i have to use relations between tables but i went trough the Docs and i’m able to create the Relation but i dont know what to do next , how to link the columns ??

Hi,

You can save relations as described here or here or for any supported language.

Regards,

Denys

well i already mentioned that “i’ve already went through your Relation (OverView and create / save relation ) in docs but i didn’t get anything clearly from there” and i dont know what to do after creating the relation

so your answer is taking me nowhere