Skip to content

Commit ddb241b

Browse files
authored
Merge pull request #14 from bennyaustin/aoai-summary
Set fields as JSON filter for output
2 parents b194b52 + 8dbd71c commit ddb241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logicapp-formrecognizer/logicapp-formrecognizer/LogicApp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"type": "SetVariable",
415415
"inputs": {
416416
"name": "output",
417-
"value": "@{body('Get_Document')['analyzeResult']['documents']}"
417+
"value": "@{body('Get_Document')['analyzeResult']['documents'][0]['fields']}"
418418
},
419419
"runAfter": {
420420
"Until_Finish": [

0 commit comments

Comments
 (0)