Skip to content

Commit 517dd00

Browse files
committed
update
1 parent 599833f commit 517dd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/2025-08-14-multiple-data-matching-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ answers={[
7676
{ text: 'Yes, MDH can return values into any preconfigured field' },
7777
{ text: 'No, only enum fields are supported', isCorrect: true }
7878
]}>
79-
The only field type that Master Data Hub (MDH) extension supports are `enum` fields. Enum fields limit the section to only one specific value. However, we can still access all the values (options) using the `x.field.order_id_match.attr.options` code which can later be distributed into a multivalue table.
79+
The only field type that Master Data Hub (MDH) extension supports are `enum` fields. Enum fields limit the section to only one specific value. However, we can still access all the values (options) using the `x.field.order_id_match.attr.options` code which can later be distributed into a multivalue table.
8080
</QuizComponent>

0 commit comments

Comments
 (0)