Hello community experts,
I created an canvas app based on a SP List. The List includes a People or Group column which corresponds to an app DataCard (and respective DataCardValue). The app also has a Submit button which populates the information in the app to the SP List columns. All worked great...data feed was correct and accurately populated the SP List columns and the Submit button functioned.
Now, I received a request to allow multiple selections for the People or Group SP column and respective app DataCard. I changed the SP column settings for the Allow multiple selections: option from previously No to now being Yes (radio button options), and I changed the app DataCardValue property for SelectMultiple from previously false to now being true. I also used the Data panel and successfully Refreshed. The result is:
- An error message in the DataCard for the Default properties (Default properties are ThisItem.'Requested For:' where Requested For: is the name of the SP List column) and the error message indicates the issue being "Expected Record value. The property on this control expects Record values. The rule produces Table values which are incompatible." and it states "How to fix. Change the rule to produce a {0} value."
- When using the app, the DataCard field successfully allows searching and selecting multiple names from the employee People or Group list, but the Submit button does not work...when clicked, nothing happens.
Are there any suggestions for how I can change the DataType from Table to being Record, or what other steps I can take to correct this situation?
Thank you for your time and help.
Regards,
Jeff