Hi
How do you join 2 different datasets?
One dataset contains info of a product. The other dataset contains the image of the product. The product info dataset contains the id of the image residing in the image dataset.
I need to display the image and some of the product info in a list. it is like creating a select join
How would i create a join in appery mappings?
Thank you