I removed the tables from the ticket type to create a ‘change table’ automation button. However, I am encountering difficulty in maintaining the entity of the table when moving orders. When attempting to change a table and then deciding to go back using the arrow without changing the entity, it removes the entity from the ticket…only when i choose a new entity then it updates to that entity
if i do that it will make the button visible to my waiters and i dont want waiters to be able to change tables, thats why im trying to make the change table button thru autommation rule
You can control that with user roles and permissions. Or you need to expand your automation to store entity and reassign it after moved. And will need to redo your change entity flow. It will get quite complex. I suggest you try role permissions first.