The CreatorCon Call for Content is officially open! Get started here.

about table's cross-scope access

jieLian123
Tera Expert

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"

1 ACCEPTED SOLUTION
15 REPLIES 15

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.

 

jieLian123_0-1709268628496.png

 

Community Alums
Not applicable

Hi @jieLian123 ,

You need to allow cross -scope access for the custom table you are using here.

 

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.

no, the flow is in my custom application scoped.

@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.