on 2024 Dec 03 3:02 PM
Request clarification before answering.
It will depend on your use case. When you say you want to save all selected texts from the multiple selection list picker what does that mean? Are you wanting to concatenate all the values into a string? Are you wanting to create one record per selected text? What does your service expect for how the data is structured when saving?
Can you please elaborate on your scenario? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have certain data in a ListPicker, for example: {1 A, 2 B, 3 C ,4 D, 5 F, 6 G,} I select (A, B, and F,) and then click the save button. I get the save message, but when I check the details page, it only shows the A value. I also check the database, and it only saves the A value. However, I need to see and save the selected values (A, B, and F). I’ve tried several configurations, but it keeps saving only one value. I tried setting up a rule, but I’m not sure where to place it. What else should I do?
User | Count |
---|---|
53 | |
6 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.