If a child FlexCard should contain all parent FlexCard records from the parent's Datatable, how should the parent's Data Node be configured?

Prepare for the OmniStudio Developer Test. Dive into a wealth of flashcards and multiple-choice questions, featuring hints and explanations for every scenario. Ace your exam with ease!

Multiple Choice

If a child FlexCard should contain all parent FlexCard records from the parent's Datatable, how should the parent's Data Node be configured?

Explanation:
Using the full collection from the parent's Datatable requires the token that represents the entire records set, which is {records}. This returns all records in that datatable, allowing the child FlexCard to include every parent record. Using {recordId} would fetch just a single ID, {Params.records} refers to a parameter named records rather than the datatable data, and {records[0]} would pull only the first record. So {records} is the correct way to pull all parent records.

Using the full collection from the parent's Datatable requires the token that represents the entire records set, which is {records}. This returns all records in that datatable, allowing the child FlexCard to include every parent record. Using {recordId} would fetch just a single ID, {Params.records} refers to a parameter named records rather than the datatable data, and {records[0]} would pull only the first record. So {records} is the correct way to pull all parent records.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy