Hello folks,
I want to link a multi-select dropdown input to a collection data but can’t think of a work-around. So, seeking some advice or help on that topic.
Use-Case:
The user will have 2 inputs to “Create a company”.
- Company name
- Status - [Active & Inactive] - multi-select drop-down
and a submit button to create the company in collections. I want the user to be able to see both these inputs on another screen and it should be only be seen by the logged-in user.
I am able to display the company name but unable to display the status part.
What is the work-around for this use case. How many collections do I need to create and how to I use the relationship feature to enable this use case.
P.S - This perhaps is a very simple use case but being new to this community I am having a hard time figuring this out. Would appreciate it if someone can help me with this.