Free Salesforce Plat-Dev-210 Actual Exam Questions s - Question 9 Discussion

Question No. 9
Which JSON from the DRGetAccountDetails action would display all six values correctly in the
Omniscript structure shown?
BlkContacts is a Repeat Block.
Plat-Dev-210 practice exam questions
Select one option, then reveal solution.
US
ZG
Zain G.
2026-02-22

It’s B because it shows each contact as a separate object directly inside BlkContacts, which fits how repeat blocks usually expect their data structure without extra nesting.

0
ZG
Zain G.
2026-02-20

C seems better because it shows a straightforward array under BlkContacts without extra nesting, which repeat blocks usually require to render each item correctly. D might be too nested for some versions.

0
TF
Tom F.
2026-02-19

B looks off since it adds an extra layer inside BlkContacts, which could confuse the repeat block. The repeat usually needs the array directly under BlkContacts, so B might not display all values properly.

0
TF
Tom F.
2026-02-15

A/D? A seems clean with the array directly under BlkContacts, but D also looks like it could work if the repeat block supports nested structures. Not sure which one the Omniscript prefers.

0
TF
Tom F.
2026-02-15

C imo, because the JSON in C wraps the contacts in a straightforward array under BlkContacts, avoiding any nested objects that can break the repeat block’s iteration. It keeps things simple and clear.

0
YQ
Yasir Q.
2026-02-12

It’s A because the JSON in A places the array right where the repeat block expects it, no extra nesting to mess things up. That should let all six values show correctly without confusion.

0
IS
Imran S.
2026-01-30

Option A looks good too since it places the array right inside BlkContacts without extra nesting, which should make all six values show up cleanly in the repeat block.

0
IS
Imran S.
2026-01-29

D imo, because the repeat block usually needs the array exactly at the level of BlkContacts without extra nesting. Option D shows that clean array directly inside BlkContacts, which matches how repeat blocks typically parse data. Options A and C have extra layers, which might confuse the repeat block and cause it not to display all six values properly. B looks close but doesn’t have the right structure for the repeat block to iterate over correctly. So D fits best with how Omniscript handles repeat blocks for showing multiple items.

0
MF
Michael F.
2026-01-25

Maybe B since the array is directly inside BlkContacts, matching the repeat block setup.

0
AX
Ahmed X.
2026-01-24

I think D works since the repeat block needs the array nested inside BlkContacts. D

0
DH
Daniel H.
2026-01-21

Option B looks better to me because the JSON structure matches the repeat block requirements without unnecessary nesting, so all six values should map correctly.

0
DH
Daniel H.
2026-01-16

A/C? Option D feels off because the repeat block might not handle nested objects properly, so I'm thinking A or C could be better fits here.

0
DH
Daniel H.
2026-01-15

Maybe D.

0