microsoft / powerapps-tools

Unsupported PowerApps Tools & Apps
MIT License
1.04k stars 432 forks source link

Unable to activate Maker Assessment | Import starter data flow #985

Closed kaalen closed 3 years ago

kaalen commented 3 years ago

I'm not able to save the necessary modifications to run Import starter data flow. I attempted to modify the flow by specifying the SharePoint site and library to which I've uploaded the Excel spreadsheets. I verified the excel spreadsheets are uploaded and can be opened.

I get the following error that doesn't tell me much: Your flow could not turn on: Maker Assessment | Import starter data. Error: Flow client error returned with status code "BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'MultipleErrorsOccurred' and message 'The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: {\r\n "status": 404,\r\n "message": "Item not found\r\nclientRequestId: 6a5914a7-e4ae-4f61-908b-c464d99810af\r\nserviceRequestId: 75203132-3fc0-47d8-b87b-a67a42000121",\r\n "error": {\r\n "message": "Item not found"\r\n },\r\n "source": "excelonline-ae.azconn-ae.p.azurewebsites.net"\r\n};The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: {\r\n "status": 404,\r\n "message": "Item not found\r\nclientRequestId: 6a5914a7-e4ae-4f61-908b-c464d99810af\r\nserviceRequestId: 3bdbc9c9-f4a2-42ec-a020-e85650a7dab6",\r\n "error": {\r\n "message": "Item not found"\r\n },\r\n "source": "excelonline-ae.azconn-ae.p.azurewebsites.net"\r\n};The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: {\r\n "status": 404,\r\n "message": "Item not found\r\nclientRequestId: 6a5914a7-e4ae-4f61-908b-c464d99810af\r\nserviceRequestId: 2d260d2f-d801-4c47-bb30-8f91c2bd0d02",\r\n "error": {\r\n "message": "Item not found"\r\n },\r\n "source": "excelonline-ae.azconn-ae.p.azurewebsites.net"\r\n}'."}}".

JeneferM-MSFT commented 3 years ago

When you first open the flow all the calls to Excel look like this and need to be manually adjusted image

You need to: 1) Ensure that you entered the environment variable to the site per step 4 of import image

1) X out the Document Library listed (b!USLFzgurgEysC29fEYaZFim4J_jtwnpBkzFasjrdKSz3-2KM6fvTSqj0EE1N9dCR) and choose the correct library (Documents for me) image

1) hit the folder icon and choose the correct file

1) Hit the drop down on Table and chose the correct Table (Table1 if you do not change the files)

In the end they will look like this, with your library name: image

JeneferM-MSFT commented 3 years ago

I have made all those more explicit in the upcoming version of the documentation. Thanks for using CoE