Hi All,
I'm trying to get my head around a problem. I have a form that uses a variable to count checkbox's 'ticked' which then assigns a value and adds the values up at the bottom of the form to give a total. On submission of a new form, the total output of the variable value is saved back to a SP list - As described in this post by @Drrickryp : https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-a-numerical-value-to-a-checkbox-amp-total-amount-of-checked/m-p/1566207#M402739
The problem I have is, I need to edit these forms, but when you edit the form, the totals at the bottom are still set to use a variable rather than the Parent.Default data from the SP List and they show up blank, ideally this needs to display the Parent.Default. Which leads me to my next problem, If I need to edit any of the checkbox's on the form, I need the form to adjust the totals at the bottom to then be saved back to the SP list on submission.
Any advice?