Anyway to get a the string of a ‘browse for folder’ in a container using the forms field. I am looking for a clean solution and I dont want to use JSON.
What is the punctuation I am missing here?
Anyway to get a the string of a ‘browse for folder’ in a container using the forms field. I am looking for a clean solution and I dont want to use JSON.
What is the punctuation I am missing here?
Hi @rpadev77
YourFormName.YourFolderPickerFieldName.SelectedFolder
Replace ‘YourFormName’ with the name you assigned to the form and ‘YourFolderPickerFieldName’ with the name you assigned to the ‘Folder Picker’ field.Hope it helps!!
Does anybody know the correct punctuation for a form element within a container through the FormsFieldsCollection?