Hi,
I have a canvas app to to record information,
The client has asked to view previous list items (i can do this on using forms no problem but)
I have sharepoint text columns that i have made into dropdowns and i have text columns that i have made checkboxes
How do i show previously selected list items in these dropdowns and checkboxes?
currently they are blank as they are on a canvas with no forms? what is the code i cant figure it out
Solved! Go to Solution.
Hi @shaneOZ
Could you share more details with your Apps?
What are the Items property of DropDown and the Default property of Checkbox ? How do you get the previous selected items?
If you want to change the Value of dropdown and check box, you have to set the Default property of them.
Take for example:
If there is a variable to store the previous selected items, when the variable exists, the default dropdown value will be changed.
Set the default property of dropdown: If(!IsBlank(Var), Var.'ColumnName', ...)
If this is not very clear, please post back more details, I will try my best to help you.
Best regards,
Sik
Hi @shaneOZ
Could you share more details with your Apps?
What are the Items property of DropDown and the Default property of Checkbox ? How do you get the previous selected items?
If you want to change the Value of dropdown and check box, you have to set the Default property of them.
Take for example:
If there is a variable to store the previous selected items, when the variable exists, the default dropdown value will be changed.
Set the default property of dropdown: If(!IsBlank(Var), Var.'ColumnName', ...)
If this is not very clear, please post back more details, I will try my best to help you.
Best regards,
Sik
User | Count |
---|---|
143 | |
142 | |
78 | |
75 | |
72 |
User | Count |
---|---|
228 | |
144 | |
78 | |
62 | |
58 |