CAD · Question #265
When creating an application through the Guided Application Creator, what are the options for creating a table? Choose 3 answers
The correct answer is A. Extend a table C. Upload a spreadsheet G. Create a table from scratch. When using the Guided Application Creator in ServiceNow, the three supported methods for creating a table are: Extend a table (A) - inheriting fields and behavior from an existing table; Upload a spreadsheet (C) - importing data from a CSV/Excel file to auto-generate the table…
Question
When creating an application through the Guided Application Creator, what are the options for creating a table? Choose 3 answers
Options
- AExtend a table
- BLink to external tables
- CUpload a spreadsheet
- DCreate a table from a template
- EUse APIs
- FRun import jobs
- GCreate a table from scratch
How the community answered
(16 responses)- A94% (15)
- E6% (1)
Explanation
When using the Guided Application Creator in ServiceNow, the three supported methods for creating a table are: Extend a table (A) - inheriting fields and behavior from an existing table; Upload a spreadsheet (C) - importing data from a CSV/Excel file to auto-generate the table structure; and Create a table from scratch (G) - defining all fields manually from the ground up.
The distractors represent real ServiceNow capabilities, but they are not options within the Guided Application Creator's table creation flow: Link to external tables (B) is not a built-in option in this wizard; Create a table from a template (D) sounds plausible but is not one of the offered choices; Use APIs (E) and Run import jobs (F) are data integration techniques available elsewhere in the platform, not table-creation methods inside the creator.
Memory tip: Think "A-C-G = Already existing, CSV file, Ground zero" - you can build on something that exists, bring in a spreadsheet, or start from nothing.
Topics
Community Discussion
No community discussion yet for this question.