Hi everyone,
I am new to bubble and I have started working on bubble since a week.
I am currently building a CRM to track my customer’s information and their subscription to our service.
Therefore, I created two data types : Customer / Service (subscription information).
However, I am stuck when I want to display the subscription type next to some client’s data in a repeating group.
I want to display in my home page a repeating group with the following information (see screenshot) :
First Name / Last Name / Email / Location - Customer (data available in the data type customer & Subscription (yes/no) - (data available in the data type service)
In my database, I have linked the service with the customer with the email address (created in service a field with the field type : customer).
Thanks in advance for your help