When Inspection completes fastfield Inspection - we have this flow that takes that and stores PDF in crm against work order.
We also send the PDF to a Function App - where we have a python script that pulls out the details from the PDF - and returns the JSON. We then create Inspection Items for those
- Inspection Item table - looksup to work order. Stores Obersvation Name, Detail, Value, and associated Work Order
- Here is the function app being used - consumption based - https://portal.azure.com/#view/WebsitesExtension/FunctionTabMenuBlade/~/codeTest/resourceId/%2Fsubscriptions%2F84657571-bbd2-4fcd-b016-a5ad4c6b2e47%2FresourceGroups%2FEICRMResource%2Fproviders%2FMicrosoft.Web%2Fsites%2FPDFExtractFunctionAppV2%2Ffunctions%2FExtractObservations
- Here is the flow in crm - https://make.powerapps.com/environments/7507dc87-711d-e38b-9b21-f639ced53805/logicflows
INspection Item data can then be used by powerBI and elsewhere