Hi Everyone,
I have a power app which allows employees to raise hazards using a input form, however having issues with wifi dropping off around the production area i am trying to transistion to an offline based app which saves data to a collection untill connection.connected is back online and then uploads the collection to SP list.
The home page for my app is below, when the connection is offline i have set the visable to false so the option when offline is to submit a new hazard.

this is the page for submitting a STAR the submit button has an if function where is the connection is connected it submits the form, else it collects the information in a collection called 'offline STAR'.

My question really is what would be a good way to send that collecton data to Sharepoint without causing issues?
I tried to use a timer on 30second refresh to patch forall the collection the Sharepoint, but i could not figure out the relationship between the collection data columns and the sp list columns (how to tie them together)
any tips or methods for achieving this would be greatly appreciated.
kind regards