Hi everyone,
I’ve build a flow in Power Automate Desktop that automates the process of a send in mail with an invoice, its extracts fields from that invoice and then makes a new item in a sharepoint list filled with the extracted fields and generates a unique ID number. So far so good.
There is a status field in that item which needs to be updated if the invoice is paid for example which happens in another flow, in this flow I have used the ‘get items’ with a filter query ( ordernr eq ‘12345678’ for example ) gives me a GetItemsResponse of a single row with data in return, the row that needs updating.
When I want to update one value of a colum in that row with ‘Update item’ I only need the ID number of that row.
How do I get the ID as a variable to put in here ?
Thanks for your braintime
Danny