C_LCNC_2406 · Question #49
Which of the following components are available in the Logic Canvas of SAP Build Apps? Note: There are 2 correct answers to this question.
The correct answer is C. Confirm D. Show spinner. In SAP Build Apps, the Logic Canvas is where you build app behavior using flow functions - not visual UI components. Confirm (C) triggers a dialog asking the user to confirm or cancel an action, and Show Spinner (D) displays a loading indicator during async operations; both are…
Question
Which of the following components are available in the Logic Canvas of SAP Build Apps? Note:
There are 2 correct answers to this question.
Options
- AInput Field
- BCard
- CConfirm
- DShow spinner
How the community answered
(50 responses)- A8% (4)
- B4% (2)
- C88% (44)
Explanation
In SAP Build Apps, the Logic Canvas is where you build app behavior using flow functions - not visual UI components. Confirm (C) triggers a dialog asking the user to confirm or cancel an action, and Show Spinner (D) displays a loading indicator during async operations; both are flow functions that belong in the Logic Canvas.
Input Field (A) and Card (B) are UI components that live in the component palette and are placed on the UI Canvas - they define what the user sees, not what happens when logic runs.
Memory tip: If it's something the user interacts with visually, it belongs on the UI Canvas. If it's something that happens during a flow (dialogs, feedback, navigation, data operations), it's a Logic Canvas flow function - think "Confirm before deleting" or "Show Spinner while loading."
Topics
Community Discussion
No community discussion yet for this question.