Hello,
I'm starting to learn PowerApps and created a couple of sharepoint lists as the datasource. One list is called "Warranty" where I have a lookup column to another list called "PaymentType'. The look up column allows multiple values and is called "PaymentType_lkup".
When I create the powerapp, I used the 'start from data' option and selected the warranty SP list as the data source. Then made the connection to the paymenttype list as well.
The 'premade' app has an error on the default property of the lookup field "PaymentType_lkup", which is set to ThisItem.PaymentType_lkup
The error is "Expected Record value. The property on this control expects Record values. The rule produces Table values which are incompatible".
Looking through some forums, it looks like I need to use the concat function in the default field, since I allow multiple values ,but I can't seem to figure out the formatting.
Any assistance is appreciated!