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

Study for the OmniStudio Developer Test. Focus with flashcards and multiple-choice questions, each with hints and explanations. Get ready for your exam!

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