Hello Fellow Bubble Developers! I am having an issue with structuring my data tables for my application. I have the following different data types: User, OEM/Direct Customer, and Machine. A user creates an account to access the application (User). Then creates a profile within the application, which can either be a OEM or Direct customer type. They are then directed to create various machine profiles.
Currently, every user is seeing other users machines when they do a look up. Also, I have several different conditionals written on various report icons to turn green, if certain conditions are met. When a new user access the page, all icons are already green, due to the application looking at the last machine profiled, and not the users machine.
How should I link the data types together, for users to only have access to customers and machines they created? Any assistance is greatly appreciated!