Hello Qi,
Because some of the limitations of using Excel as my data source, I have migrated to a sharepoint list.
Now my formula for the checkbox is not working correctly.
Do you have an idea on what I need to do to fix this?
The Checkbox is inside a gallery.
Currently:
OnCheck = Patch('ThankYouCardList', ThisItem, {Card_Completed:If(Self.Value,"Yes","No")})
Default =
OnSelect = Select(Parent)
OnUnCheck = false
Text = Patch('ThankYouCardList', ThisItem, {Card_Completed:If(Self.Value,"Yes","No")})
To recap from previous question.
This is data is in Microsoft List
Before switching the data from Excel to a List the Checkbox did update the data in Excel, but now is not in the list.
Also the Checkbox still reverts back to blank after a few seconds. Now when the app is run by the next person or reopened by the same person, the Checkbox should be blank(new person using app) also if a returning person using the proper ID can look at their data showing that the checkbox's that were checked previously are still checked. Now this ID may have multiple thank you cards to create, but do not have to be completed all at once. That is why I would like the option to indicate completed check marks.
Also this will confirm that the data source has been updated too.