Hello,
I have a edit form in my power apps. There are 2 fields that are important for this subject:
1. Toggle switch called comments modified - represented in my form by DataCardValue71
2. Text field called comments - represented in my form by DataCardValue72
What I would like to do is whenever comments field is changed (even if somebody will remove one letter or add dot) the toggle switch is set to true. Basically what I was testing is to change the OnChange property of the Comments field to something like DataCardValue71.Value = true, but it's not working. Can you please advice?