Hi!
I have been trying to make a Text title in my gallery rectangle, but the item that I want to reference is a lookup column from a PowerApps table. Every formula I use to make the title gives an error, such as "The property on this control expects Text values. The rule produces Record values which are incompatible." All of my other datacards will work with ThisItem.yourdata, except the one, so I think it's having a problem pulling from the lookup column data and the datacard Items = of Choices([@GolfLessons].'crba7_FullName'). I've tried ThisItem.'Full Name'.Value and a variety of Concat functions.
If anyone has any ideas, let me know! Thanks!