Hi all !
I have a problem with error 404 in Excel (Business)
In the flow to obtain rows in Excel (Business) appears:
Document library:
archive:
Table:
And here comes my problems !!
Key column:
key value:
I do not know where to get the key value from the row to continue with the flow
body of error
{ "status": 404, "message": "No se encontró ninguna fila con el id. 'idColumn(1)'.\r\nclientRequestId: d94d90a0-e476-4d27-82b3-07baf545cc6a", "source": "excelonline-cus.azconn-cus.p.azurewebsites.net" }
@AntoinetteBWhen you create the file with your data from the email, what if you created a column titled "key column" and populated it with unique numbers for each of your rows of data. Would you then be able to use that column as a reference for getting info later?
Hello, any idea how you would get the key value when your Excel file is not yet in SharePoint? My flow is taking an email attachment and creating a file from it and placing that file into SharePoint, and then I need to get some information from one of the rows AFTER the file has been created. But the file has not been created yet while I'm writing the flow. It won't happen until after I run the flow. I used custom values of Table1 and Email for the table and column name, but since I don't have any dynamic content to use for Key Value, what can I put there? Thanks.
See this post that has an example on how to specify key column and key value: https://mydevexperience.wordpress.com/2019/09/13/microsoft-flow-excel-get-row/. Basically you need one column of static content to be used as key column and key value.
Hi
I selected Title from the dropped down list, but the title does not appear as dynamic content in the key value field.
I am unable to move the the next step without solving the issue for key value field.
Could you please advise. Thank you.
@v-yuazh-msft this did not work for me. I was able to put it all together, and the flow ran, but I was not able to use the Get a Row value in a future step. What can I do?
v-yuazh-msft, you saved me... thank you so much!
Hi @Anonymous,
Could you please share a screenshot of the configuration of your flow?
Please take a try to add the dynamic content of the Key column in the Key value field, and please make sure every value in the Key column is unique.
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.