Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more 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
16 REPLIES 16

Hi @vermaamit16 @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

 

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

Thanks and Regards
Amit Verma

no, the flow is in my custom application scoped.

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