- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 01:30 AM
Can any one help me to solve the error below.
"Write operation from scope 'rhino.global' has been refused due to the table's cross-scope access policy"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 08:47 PM - edited ‎02-29-2024 08:50 PM
Hi @Amit Verma @Community Alums @Sandeep Rajput ,
Information for you all, thanks very much for the replies.
I am just using it in flow design.
And I use the table as a part of 'Ask for approval' action in my flow.
I set something like updating the state(where the error may happened) field when the approver approved or rejected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 09:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 09:32 PM
Hi @jieLian123
Your flow is in Global Scope ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 10:25 PM
no, the flow is in my custom application scoped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 10:38 PM - edited ‎02-29-2024 10:38 PM
@Amit Verma
actually, when I trigger a 'ask for approval' action.
I impersonate the approver I have set in the action and do the approval through
the [self - service -> My Approvals] menu.
the error happened when I click the approval button in the approval form.
I thougt the action triggers my cosutom table update here.