Apply Entity access is set to False in some of the microflows in our project because of some requirement. It is throwing warnings

0
Hello Team, 'Apply Entity access' is set to False in some of the microflows in our project because of some requirement. It is throwing warnings. My question is, Is it fine to do this? What's the beast practice regarding this? Please help me out, as it's urgent   Thanks & Regards, Trishla
asked
1 answers
1

Hello,

by default, microflows are not set to apply entity access and that is the setting you want. If all microflows apply entity access, you can only perform actions a user is allowed to perform. But most of the time, you want a microflow to do stuff a user is not allowed to do directly. That is why usually only a few microflows apply entity access (Where you need this limitation).

answered