I have a canvas app where a user will enter some details that gets stored on a SP list, there are a few steps to it but at the end of the process there is a text agreement that people have to click accept on, the agreement contains some some of the fields the user has filled out before.
There is a multi select field called "years" where they would select a couple of years, if the user selected "2001,2006,2009" i would want the text to display;
"Years Selected = 2001,2006,2009 ...."
This is what i'm trying but getting an error;
"Years Selected = " & gallery1.Selected.years.Value & " and more text...."
Error;
