Hi,
We're a physics lab where we create samples and measure them using a variety of techniques and we need a simple database in which to store the data. I'm currently trying to create a web app (using powerapps) to allow users to upload measurement data (a variety of filetypes) into the database.
The way I see this working is as follows:
- the user uploads a file and adds metadata (Sample number and a few other bits) using a form in powerapps
- on submitting the form, an item is created in a list
- a flow kicks in which:
- extracts the attachment and saves it in a library
- updates the file information so it has the sample number and the ID of the parent list item
- update the list item information so it has url of the saved file and removes the attachment from the list item.
Using this post, I have tackled step 1 of the flow but i'm struggling to figure out how to go about step 2 and 3
Many thanks in advance for your help.
Arjen