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
- Name : Text
- Campaign : Text
- Contact List Header : Contact List
Contact List Table
- Campaign : Text
- First Name : Text
- Last Name : Text
- Mobile Number : Text
- Group Header : List of Groups
The workflow is:
- Create a new Group
- I have RG with a List of Groups, each cell has a button to add a Contact Number
- After adding Contact, Create a New Contact List and add the data needed.
- 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
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.