Hello,
I am trying to manage a multi-valued property within a workflow. I tried the following syntax:
<Control Binding="NominativeAccounts" OutputType="BasicCollection" NavigationBinding="NominativeAccount:Account_PersonRecord"/>
This does not generate any errors, but the display remains empty. I would like to be able to add or remove one or more values for this property.
How should I proceed?
Thank you