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.
Conditional logic in a formula field means the field evaluates a test and returns one result or another, so the page, list view, or report shows the right calculated value without users doing the branching themselves. IF is the two-way branch: given a true-or-false test, it returns one value when the test passes and a different value when it fails. CASE is the many-way match: it compares one expression to a list of values, returns the matching result, and always needs a fallback result for everything else.