Help me with logic

I found out that List of Things can only have a maximum of 10,000 data. Now, I changed my List of Things into a Thing.

My database look like this:

Group Table

  1. Name : Text
  2. Campaign : Text
  3. Contact List Header : Contact List

Contact List Table

  1. Campaign : Text
  2. First Name : Text
  3. Last Name : Text
  4. Mobile Number : Text
  5. Group Header : List of Groups

The workflow is:

  1. Create a new Group
  2. I have RG with a List of Groups, each cell has a button to add a Contact Number
  3. After adding Contact, Create a New Contact List and add the data needed.
  4. Here’s my problem. In step 2, I will Make a Change to Group then change the Contact List Header into Result of Step 1

image

Now that Contact List Header is just a single Thing, everytime I add a Contacts it will just overwrite the value of my Contact List Header.

This topic was automatically closed after 70 days. New replies are no longer allowed.