- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 07:52 AM
Hi All,
I got a requirement to create a location record via a catalog form
for that i create a catalog form and i added flow to that catalog form
flow is having 2 levels of approval
after approval i added --> create record action and provided the table as cmn_location.
when user submitted the form , getting below error
" The request flow opeartion prohibited by security rules"
how to fix this issue ?
i have already checked create ACL on cmn_location table , and the acl have "user_admin" role which end user don't have
in this case we can't give user_admin role to all end users
i thinked about record producer as an aleternative , but how to add approvals flow to record producer ?
please provide a better solution for this requirement
Thank you,
Shabbir Shaik
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 07:55 AM - edited 06-11-2024 07:57 AM
This is most likely due to how your flow is configured. You have Run As set to User who initiated the session, which will limit what is allowed by ACLs. If you set your flow to Run as System User, the flow will run with elevated privileges and will not be hindered by ACLs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 07:55 AM - edited 06-11-2024 07:57 AM
This is most likely due to how your flow is configured. You have Run As set to User who initiated the session, which will limit what is allowed by ACLs. If you set your flow to Run as System User, the flow will run with elevated privileges and will not be hindered by ACLs