I created a data type for notifications, but this data type includes multiple data types, such as:
- Saved Searches
- Email Verification
- Support
- Profile
- Favorites Alert
- And others…(maybe 20 more…)
I created a column for the types of notifications (using an Option Set) and their unique ID (Text type).
When loading all data, I set a data request for each record according to the notification type and its unique ID. I think this approach might cause unnecessary workload. Do you have any suggestions on how to achieve this process with less workload?