Has anyone sorted a way to create an API end point where you have multiple data types with joined or related fields?
As an example, we would like to return a list of foods from one data type as well as nutrition data from a related data type. This is accomplished with nested related Repeating Groups in bubble easily but we need an API/JSON version for working with a mobile app.
Thanks