rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Data shown on Calendar in UI Model App

ArtKarp opened this issue · comments

commented

I am trying to get this to work on a view in a model app. When I add the control properties for event name, start and end dates, I get no data back. There are records that show in the read only grid so I know that the view returns records. I am using a text field for the event name. However, for dates, the config property says "SingleLine.Text" for the starting and ending datetime which doesn't make sense to me. Shouldn't it be a date time field and not a text field? I am linking both the start and end date/times it to datetime fields. In the canvas app, I use a datetime field and it works. For the field name, I have tried using the logical name (all lower case), the schema name (mixed case) and column text field. Non of the three options worked for me. What am I missing?

Thanks

image

image

image

image

commented

image

commented

This now works as I added the event name column to the view. DOH!