Hi everyone, first post here!
I am having issues with auto-binding and seem to be going round in circles - getting so close but no cigar!
I am summing integers on one page, which is being summed on that page and being displayed in an input. This data is then stored in database A, separate from the user.
On a separate page, database A has certain fields displayed, including the total submitted from the first page and each subsequent submission, listed in a repeating group with this data being totalled in a ‘total input’ at the bottom of the page.
I need the summed integers being displayed on page 2 to be submitted to a ‘total’ field in the User database automatically, without any buttons on customer input. I have managed to get autobinding to work, to an extent, BUT I have to physically trigger the change in the input for the data to change in the user database. I cannot seem to figure out a way to automatically trigger this when the data is changed - even if it is when the button on the first page is triggered, thus triggering the event. Trying to figure out a way without having to use a google sheets API
Any suggestions would be really appreciated!