Hello everyone! I have a calendar screen in my power app. The data source of my calendar comes from a SharePoint List. There's a column titled "Event Type" that I want to show when a date is selected and event information comes up on the right. The event information that appears shows the date, location, and time difference but not the event type. For some reason I get an error message when I enter the formula for the text property of the label. How can I get the event type to show when a event date is selected?
Solved! Go to Solution.
Hi @dreaves1 ,
Can you show us the formula ?
Also the type of "Event Type" column in Sharepoint ...
My guess is that column is a choice/lookup type and in this case you need to use ThisItem.'Event Type'.Value in text property of the label.
Hope it helps !
Hi @dreaves1 ,
Can you show us the formula ?
Also the type of "Event Type" column in Sharepoint ...
My guess is that column is a choice/lookup type and in this case you need to use ThisItem.'Event Type'.Value in text property of the label.
Hope it helps !
User | Count |
---|---|
196 | |
124 | |
87 | |
49 | |
42 |
User | Count |
---|---|
284 | |
163 | |
138 | |
75 | |
72 |