I’m working on an app that uses the Receipt Processor model as a data source to auto-fill some text inputs. Everything works fine in my dev environment, but when I try to deploy the app to my sandbox environment, I get a dependency error.
I can’t figure out how to bring this dependency into the sandbox (and eventually production). The packages listed in the error don’t appear in my dev environment. I’ve checked the settings in the Admin Center for the sandbox environment, AI Builder seems to be enabled. I can create AI Builder apps in that environment, and they work, so I’m not sure what I’m missing.
Any guidance or best practices for handling these dependencies during deployment would be greatly appreciated!
Error Log:
[{"SolutionValidationResultType":"Error","Message":"The following solution cannot be imported: SQSReceiptScanner. Some dependencies are missing. The missing dependencies are : <MissingDependencies canResolveAllMissingDependencies=\"True\"><MissingDependency canResolveMissingDependency=\"True\"><Required type=\"401\" displayName=\"Receipt Scanning Model\" solution=\"msdyn_AISolutionDefaultTemplates (202509.2.2.1)\" id=\"{redacted}\"><package appName=\"PowerAI\" version=\"202412.4.17.1\" PackageSource=\"AppSource\" resolutionAction=\"Ignore\" isFirstParty=\"True\">msdyn_AISolutionAnchor (202412.4.17.1)</package><package appName=\"AI Builder\" version=\"202501.2.7.1\" PackageSource=\"AppSource\" resolutionAction=\"Ignore\" isFirstParty=\"True\">msdyn_AISolutionAnchor (202501.2.7.1)</package></Required><Dependent type=\"300\" schemaName=\"ab_receiptscanner_d72f6\" displayName=\"Receipt Scanner\" /></MissingDependency></MissingDependencies> , ProductUpdatesOnly : False","ErrorCode":-2147188707,"AdditionalInfo":null}]