How manage multi-valued property in a workflow?

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

1 Like

Would changing the OutputType help here, for example OutputType=“LayoutContainer”?

I tried using OutputType="LayoutContainer", but got the same result: nothing appears. The documentation has changed, and I couldn’t find any information about valid OutputType values or their meaning.