Display on the UI Builder (frontend) linked related data

Hi,
I am having trouble with fetching linked related data from database using UI Builder.

Here is the issue,
I got 2 tables:

Activities
Activity_name
Activity_description
Activity_category (related to Category table)

Category
Category_name
Category_color
Category_image

On my frontend I’m displaying all activities.

I am trying to build some kind of logic where on the frontend it displays a list of Activities and on that list it displays Category_image.

Is that possible without having to create a another Category_image schema in Activities table?
I mean, if the category is already linked, cant I just fetch that category image?

Thank you for all the help!

Hi, @Rafael_Cunha

Welcome to our community and thank you for trying Backendless. You can fetch the Category_image using the variable (item is a created variable), as example:


Regards,
Marina

2 Likes