Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 00:24:36 +0000



Post From: Is it possible to have a drop down list as an input for a study setting?

[2025-02-18 21:24:13]
LTSys - Posts: 68
Hi,

Two questions

Q1: Is it possible to have a drop down list as an input for a study setting?

Q2: Is there a way to get a list of all the account names?

For example I would like to have a drop down selection for all the possible accounts?

Something like...

List accounts = // call something to get list of accounts

sc.Input[0].Name = "Account";
sc.Input[0].SetDropDown(accounts);

TIA