Hello
Is it possible to display or convert the selected values of a Dropdown list (multiply choice)"DataCard" which are given by a
Sharepoint list, as text in another "DataCard" (text only)? see screenshot
I've tried with "DataCardValue5.Selected.Value" but I only get the last selected value after submitting the form.
Thanks in advance
regards
Solved! Go to Solution.
Hi mdevaney
Got it;
Concat(DataCardValue5.SelectedItems; Value & " , ")
Thank you for the hint, that helped me a lot!
Best regards
Please input this code in the Default property of DataCardValue84. If 'Masssikizze Name' is not the column name in your datasource you must change it to match.
Concat(DataCardValue5.SelectedItems,'Masssikizze Name'& " " )
The resulting text string will be
DE EN FR IT ES
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi mdevaney
Thank you very much for your reply.
I've tried as you said but get an error, not sure what I'm doing wrong: screenshot
Error: --> "Invalid argument type. One of the following is expected: Text, Number, Boolean, OptionSetValue, ViewValue."
Also tried the follwing: same error
Concat(DataCardValue5.SelectedItems; 'Erfassung und Freigabe neuer Artikel 2'.Massskizze & "")
Concat(DataCardValue5.SelectedItems.Value; 'Erfassung und Freigabe neuer Artikel 2'.Massskizze & "")
Concat(DataCardValue5.SelectedItems; 'Massskizze' & "")
Concat(DataCardValue5.SelectedItems; Massskizze & "")
regards
Hi mdevaney
Got it;
Concat(DataCardValue5.SelectedItems; Value & " , ")
Thank you for the hint, that helped me a lot!
Best regards
Hi @Unbihexium ,
Glad to know that you have solved your issue and thanks for sharing the resolution here!
Regards,
Mona
User | Count |
---|---|
183 | |
124 | |
88 | |
45 | |
43 |
User | Count |
---|---|
248 | |
157 | |
127 | |
78 | |
73 |