Open favdv opened 2 years ago
After some further investigation, it appears it is down to the reordering of items in the value field.
It works ok if you ADD items in the right order, but changes are not reflected when you CHANGE the order in the Value field (reordering).
When adding the following fields the Value field:
and want to display the the data as follows in the label
WorkItemType {NL} ID: WorkItemId {NL} Title {NL} State: State
the assumption was that the Display text should have been {0}{NL}ID: {1}{NL}{2}{NL}State: {3}
However, the order was incorrect, so needed to use e.g. {2}{NL}ID: {1}{NL}{0}{NL}State: {3} for some reason.
Changing the order of the values does not appear to have any impact.