Log in/Workflow issue for different users

Hello, I’m running around in circles and haven’t been able to find a solution to my problem: I have two data types (User & Organizations) with User being a field within Organizations to connect them. In the registration process some users can designate themselves to be admin for their Organization. During the log in process I direct regular users to one site and admin users to another site. The problem is with the data to send part. When the user is admin for his Organization, I want the Organization data to be sent to the new page (not user data) so that they can update and add new information for the organization, but it is not allowing me to do this and I’ve tried a bunch of different ways. What am I doing wrong? Bubble newbie :slight_smile:

Hey Carlos,

Welcome to Bubble :slight_smile: Have you tried sending the data that you need to send as a parameter? A page can only have one Type, but you could send whatever you want as a parameter. Let me know if this makes sense.

OK thanks I’ll take a look at that.