Set Property Binding/Refresh problem?
Attempting a Display form that shows different elements based off a DropDownList...
I decided to put the SetProperty in the DropDownList change event sub workflow. It seems to work the first time, sets an element to visible, but then doesn't set non-visible when the property changes again... If i add an alert in the subworkflow everything seems to react as I'd expect. Attached my sample JSON (without the alert).
-
Hi Ryan,
The Set Property activity technically sets the "visible" property, but it doesn't update the form to visually reflect it. To get the proper behaviour when setting visibility, you'll want to use the Show Form Element and Hide Form Element activities instead. I've updated your example using these.
-Amanda
0 -
Thanks again!
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer