Limit maximum records can be created by a role

Hello,

Can we add action permissions to define maximum records can be created each collection?

Thanks

You can use Workflow: Pre-action event to check if the quantity limit has been reached when the user submits data. If the limit has been reached, return an error message.