This question is extension of my previous question, where basically, On button click user will know which systems are available. Next, I would like to build a form where User can signup for a system. For this I would only like to pull the systems that are "Available". In this case, it will be "Sys1" and "Sys2". For this I created a button on my Main screen, which will navigate to the signup form.
In the signup form (Screen2), I used Forms -> Edit forms to create my form. Next I would to create dropdown for my "System" dropdown. So, end-user can select "Sys1" or"Sys2". My question is how should I pull the instruments that are available and create dropdown for my System column?
If there is reference available for this task feel free to attach link with your response.