Hi all
I'm making my first attempt to build an app with PowerApps and I'm loving it so far but I guess I've got to the inevitable tricky part and I'm not sure how to make it do what I want it to.
So we have a number of assets that we're doing some condition-based monitoring on, they have a bunch of sensors (between 10-15 usually) attached to them and every so often we want to take manual readings from the sensors and record them in the app.
I have some SharePoint lists set up which I'm connecting to:
Asset Data - columns include unique Asset Number, Location, Monitor Type, Install Date, etc.
Sensor Points - which has a unique SensorPointID, Asset Number and Sensor Description
Test Dates - which has a unique TestDateID, Asset Number, Date and Person
Test Results - which has SensorPointID, TestDateID and two result columns, RMS and Frequency
So after my work so far I'm able to filter/add/amend assets and view previous test results, but what I now want to do is be able to upload new results to the Test Results list.
What I want to do is click a 'New Results' button for an asset and that give me a form with all Sensor Points for that asset (taken from Sensor Points list) and two black boxes for each Sensor Point to record results, and then I want to click a 'Confirm' button and those values be uploaded to Test Results.
I feel like I have the structure set up right in SharePoint but don't understand how I can take records from one list and use that to upload to another list, and I'm not getting too far with Google so thought I'd turn to the experts. Any pointers would be hugely appreciated, thanks in advance!