I've been working on a PowerApps for a few months now and I've had quite a few iterations. Currently I have 17 screens, about 12 repeating tables and about 10 Edit forms in this app. I used Randy Hayes instructions to get all the forms to work together, I used Shane Young's instructions on creating the repeating tables, April Dunnam's instructions on making the edit tables function work. for the most part this works. Im now trying to implement attachments and Im running into a wall.
I used Daniel Christian instructions on another App, which worked pretty well; but this was using a single edit form, no repeating table ect. using Randy's method the attachments don't seem go to the master list. I tried patching, but this creates a new line item in the SPO list. I was playing with the idea of patching to a completely different list on submit and pull the ID of my master list, similar to what Shane does for repeating tables.
Any other way this can be done?