I am using bubble as a backend for a Bravo app, the basic workflow is logging a user in, where only the email and password is being recorded. Or at least that’s how I understood it.
I want to be able to send more data types under the same user to filter the content they see based on that data. Like for example, a User who is under a team called “Apple”, should only see tabs and users of the same team.
I asked around on the bravo forum already and someone said that the workflow needs to check the user object, then get the team ID and then filter the results based on that parameter. I’ve checked around the workflow actions but can’t seem to find exactly how to do that, maybe someone can help?