14-05-24 06:49 AM
19-06-24 10:24 AM
I read the IDs via the Graph API. To make sure that I don’t have the same Excel anywhere else, I created a new Excel with different data in a different folder. That is, this time I read data from Sheet2 (Tabelle2) and write data to Sheet1 (Tabelle1). The IDs must be correct, otherwise the Get Worksheet as Collection would not work. But Sheet1 remains empty.
What else I noticed is that I receive the following error message
when writing collection, if the collection contains numbers, even though the collection is formatted as text:
When the collection has just text (in RowA) there is no error message.
20-06-24 01:41 PM
@ewilson In the meantime I was able to test the request URL with Postman (Sharepoint Graph Exlorer is unfortunately not allowed in our company). I had the same problem. This means that the problem is on our (Sharepoint) side and we have to keep looking at ourselves.
Thank you for your support so far!
27-08-24 02:00 PM
I found out that no session ID can be passed to Write Collection. Carl Carter (from BluePrism) pointed out to me that I should not use Open Workbook. Then no session ID is passed and it works ;)