Until this feature gets implemented, here is a PAINFUL way to achieve what you’re looking for:
- Create a custom app
- Create a function that will be called on validate hook. This will contain your assignment logic
- Update
hooks.pyfile to ensure - Restart the app
Note: This only works if you’re okay writing code and making changes to server