Skip to main content
Question

Automated applying of data permission table

  • December 15, 2025
  • 1 reply
  • 26 views

alex.stange
Level 1
Forum|alt.badge.img

Hello together,

is there a way to (re-)load the data permission table automatically? 

Currently, it seems like that setting up a data permission table is only possible by manually clicking on the button ‘apply permission table’. I wonder if there is the possibility to schedule the load to automate this procedure.

Has anyone experienced this problem and found a solution for it?

Thanks!

 

1 reply

lucian.mezincaru
Level 1

You can create an action flow and perform the update via API call.

Just use the browser DevTools to record the network when you click on the Update Permissions button, see what API call it does in the backend and replicate it in your action flow.