ServiceNow Certified Application Developer — Question 65
What are three ServiceNow table creation methods? (Choose three.)
Answer options
- A. Using legacy Workflows
- B. Upload and turn a spreadsheet into a custom table
- C. Using Flow Designer
- D. Use the Now Experience Table Creator
- E. Extend a table
- F. Create a custom table
Correct answer: B, E, F
Explanation
The correct answers B, E, and F are valid methods for creating tables in ServiceNow. Option B allows for the conversion of spreadsheet data into a table, E involves extending existing tables to add functionality, and F directly creates a new custom table. Options A, C, and D do not specifically pertain to table creation methods.