Display Form - get value from selected radio button
Rebecca had this same question a while back and I am looking for a solution in Workflow 5. I have a display form with a check group item and require that the selected values be passed into a where clause in the subsequent query task as I need to drill down to retrieve feature subtypes. It was hoping I could modify the check box values to include where clause scripting but it does not look like that's possible. Any suggested solutions?
Here is Rebecca's previous posting:
-
You can view a form's result in your browser console when testing in the sandbox, I recommend looking there to help you understand how to manipulate your forms.
It sounds like what you need is to access the values after the form has submitted, yes? If so, then these check values are accessible in the form's "state" property, and you can access them with "$[your form].state.[your check group].items". This will return a collection of all check items, whether or not they are checked, so you'll need to run some logic on your collection to isolate the checked items.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar