i create a form with a dropdown list with alot of options, but i want to use the information that was select, need to know what was select and count how much itens it was select, is that possible ?
1 Like
Hey @Leonardo_Andreola,
You need to use the dropdown’s field key as out argument of type List<String>
PFA - FormCancel.zip (2.7 KB)
Hope this helps
Thanks