Checklist progress
0/316Learned
Platform App Builder
Study Checklist
Checklist progress
0/316Learned
Given a scenario, demonstrate the use of formula fields to meet stated business requirements.
0/15
Formula operators and functions by context
Learn this conceptConditional logic in formula fields
Learn this conceptText functions in formula fields
Learn this conceptDate and time calculations in formula fields
Learn this conceptPicklist values in formula fields
Learn this conceptBlank and null handling in formula fields
Learn this conceptFormula merge fields and global variables
Learn this conceptCross-object formula spanning and syntax
Learn this conceptFormula field visibility of referenced data
Learn this conceptDisplay formulas for images and links
Learn this conceptFormula field reference restrictions
Learn this conceptFormula field search and attribute restrictions
Learn this conceptFormula field size and compile limits
Learn this conceptGiven a scenario, determine the capabilities, use cases, and implications of roll-up summary fields.
0/9
Given a scenario, demonstrate the use of validation rules to meet stated business requirements.
0/14
Create and configure flows using Flow Builder
0/21
Describe the capabilities and use cases for Flow Approval processes
0/13
Given a scenario, determine the appropriate flow type to meet stated business requirements
0/5
Maintain, monitor, and troubleshoot flows
0/11
Describe the capabilities and use cases for using Agentforce to automate business processes
0/9
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform App Builder studiers. 592 members and growing.
Formula fields need a consistent way to treat an empty field differently from a filled one: test whether a value exists, or swap in a substitute when it does not. In new formulas, ISBLANK checks for a missing value and BLANKVALUE returns a replacement; ISNULL and NULLVALUE are older equivalents that do not support text. A character, a typed space, or a zero counts as a value, and a formula-level blank-field setting can turn empty numbers into zeros so those functions no longer see a blank.