I am working in a sandbox environment with MSM in order to learn and test
In the page for Process data with invoice capture (Process invoices with data capture - Microsoft Cloud for Sustainability | Microsoft Learn) there is an instruction in step3 to copy this link
https://make.powerapps.com/environment/{environment_Id}/aibuilder/createModel?templateName=DocumentScanning&modelNameSeed=Purchased%20Energy%20AI%20Builder%20Model&context.fields=Quantity,Quantity%20Unit,Consumption%20Start%20Date,Consumption%20End%20Date
In the link I have understand that I should replace the word environment_id with the environment ID of the MSM ID.
When doing so I have tried to to create the link with the brackets
https://make.powerapps.com/environment/{ENVIRONMENTID}/aibuilder/createModel?templateName=DocumentScanning&modelNameSeed=Purchased%20Energy%20AI%20Builder%20Model&context.fields=Quantity,Quantity%20Unit,Consumption%20Start%20Date,Consumption%20End%20Date
I have also tried to take away the brackets like this
https://make.powerapps.com/environment/ENVIRONMENTID/aibuilder/createModel?templateName=DocumentScanning&modelNameSeed=Purchased%20Energy%20AI%20Builder%20Model&context.fields=Quantity,Quantity%20Unit,Consumption%20Start%20Date,Consumption%20End%20Date
Neither of this seem to be working since I only get this result
i have been able to created a new AI model which I have been training on the invoices I want to use but I cannot get the extractions of the invoices
This is why I guess I need to get the information in the link above to be working properly to start with.
If I can get this to work iI also would like to understand where the extracted information from the invoices will be stored.