Hi, I have to create a dropdown list where the user able to add another choices in canvas app. Is there any code that I have to include?
Hi, I have to create a dropdown list where the user able to add another choices in canvas app. Is there any code that I have to include?
Hello,
I have tried the code posted from the link you shared but its not working for me.
I have a table called shoppings and a choice column called vegetables, i want the option to be able to add different vegetables to the choice from the drop down as per the blog post.
Ungroup(
Table(
{DropdownOptions: Choices('Shoppings'.vegetables)},
{DropdownOptions: ["Other"]}
),
"DropdownOptions"
)
I get an error:
Table doesnt contain any column of text type.
Following on from this discussion, can anyone help me with my problem? I have used this code and I want to add the option of "All Pupils" but it doesn't add it to the list...
Ungroup(
Table(
{pupilOptions: ["All Pupils"]},
{pupilOptions: Groups}
),
"pupilOptions"
)
The result is this:
What am I missing?
Thanks
Ungroup(
Table(
{DropdownOptions: Choices('incoming-list'.docsource)},
{DropdownOptions: ["Other"]}
),
"DropdownOptions"
)
hey!
Sorry, i have a problem with this solution.
I dont why i put the option "Other", it disappear, also if I change places
done thank you very much on solving this problem
Levi
Beat Regards,
Levi
WarrenBelz
146,670
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,011
Most Valuable Professional