100% Correct Verified Answers
When connecting a profile picture to an account of a team member, providing that it
should be possible to alter the picture what should we do ? - Answer Create a
ProfilePicture Entity and configuring image entity in the System module as its
generalisation
As Users by default always have multiple UserRoles, which of the following options can
you put in place to ensure a user gets restricted to only one user role? - Answer Adding
the microflow logic
Which widget from the listed below needs to be used inside of a List View for visualizing
a dynamic image? - Answer Image viewer
What is the easiest way to collect feedback from users from within your app? - Answer
Use the feedback widget
Where is page access configured? - Answer Module Security
What would be a reasonable validation rule to use for
AllowedNumberOfVisitorsPerDay? - Answer Range <=1000
How can you easily manage accounts for your app? - Answer Connect navigation to the
built-in Account_Overview page
Is it possible to limit an entity to only one object? - Answer Yes, through a microflow
, What is a limitation of a sub-microflow compared to a regular microflow? - Answer
None, sub-microflows are equally capable
What main benefit do sub-microflows offer? - Answer Better maintainability
If you want to leave notes for future developers (or yourself) in a microflow, what can
you use? - Answer Annotation
What is a limitation of a rule compared to a microflow? - Answer You have a smaller
selection of activities
You've replaced a microflow with newer functionality and want to test it. However, you
don't want to delete the old microflow permanently in case something goes wrong. How
can you do this? - Answer Exclude it from the project
How can you allow users to access parts of an app (like a login page) without needing to
log in? - Answer Set up anonymous users
In a microflow, what is a token? - Answer A system-generated value
In a microflow expression, "toUpperCase" is an example of what ? - Answer A function
In a microflow, what would be an example of a variable? - Answer $Customer
You need to debug a microflow in production but don't want to impact your users. How
can you trigger debugging only when you personally are running the microflow? -
Answer Set a breakpoint condition