I recently passed the Rapid Developer Certification but had I small issue with question 43.
Question: “What happens when you do not have access to a microflow?”
IMHO there are two answers correct to the question. Since the accepted answer is correct for buttons, another answer (displayed as non-clickable element) is correct for list view (OnClick), as neither the complete view nor the single entry (row) is hidden.
I suggest to rephrase the whole question/answer block to replace “element” with “button” as this is the intention of the question and was part of the learning path.
Or replace it with a complete new (incorrect) answer:
- EX1) “The element will be replaced with a warning hinting the missing access right”
- EX2) “The microflow gets executed as you’re allowed to see the element/button”