So. Here’s the issue.
I want to upload to the directory a list of customers I need to send out an email to and a survey.
When they go into the survey, I want to present to them a list of devices they have with us. Each device has 3 columns I need to present about: address, name and status. One customer can have 50+ devices, so embedded data is actually not a solution here, correct? Also, I will not create a long long table with more than 50 one by one parameters….
What is the best way to do so where there’s a search of data in a one to many option?
Does suplamentry data can be used for this?
Thanks!
**to make it easy to imagine… the customer will see in the survey: “here is the list of your active devices we refer to:
# | device name | device address | device status |
1 | |||
2 | |||
3 | |||
…. | |||
n |