microsoft / teams-powerapps-app-templates

Sample Teams app built by Power Apps
MIT License
181 stars 126 forks source link

Error when Adding a toggle control to turn the notifications on and off #52

Open Safeheav opened 1 year ago

Safeheav commented 1 year ago

I encountered server errors on the property Value for 'OnCheck, OnUncheck and Checked' value', when setting up a a toggle control to turn the notifications on and off. The required table 'Bulletin Notifications' and all necessary column were created appropriately.

some of the errors are:

  1. Name isn't valid. 'Bulletin Notifications' isn't recognised
  2. The specified column 'Category' does not exist, etc.

What can I do to fix it?