Hello folks,
I am working with a multiline string data type from Sharepoint.
I have a form with a custom data card of the same type.
I have replaced the dropdown control with a combobox.
I am using a split command to break the string into segments in the 'Items' property of the data card:
Split(LookUp(ConsumerObjectives, MyCaseNumber = var_curCaseNumber).Objective, "***")
My question is, how can I recombine the selected items in the Update property of the form?
I don't think Concat will work here, so that really only leaves Concatenate.
Concatenate(DataCardValue13.SelectedItems., "***")
This returns an error saying something like it expects a text result.
Any advice would be appreciated, thanks!

Report
All responses (
Answers (