I have a user data over different tables & i am not sure how to connect or add flow for different tables other than user. I came across microblogging example that they have created a new field called original creator and assigned the current user as value.
I believe we already have a field called created by as default, is there a way that i can use the default field to map my logic or should i go with the microblogging sample.
Unless there is a very specific reason to recreate the “creator” as a key field, then I would say that it is not really the best way to build table relationships in bubble.
The simplest way is to link everything back to a User but using data types that are existing tables. That is how bubble links tables directly, rather than doing searches on users.
As an example, this is a User Table I am working on at the moment, it links to Groups (in three ways) - Bloggers - Tips - all of which are other tables.
In this example app, I have created a page example with different fields where i have assigned a table called actor and in the user table i have used those actors table fields as values, so that i can able to manage the users data but in this process of connecting two tables data i cannot display the current data value in the repeating group. Please have a look into it and kindly do some modifications so that i can display the actors details from the users table.