Is it possible to change the actions group (keyboard or selected on side menu) in an action?

I want to have an action where when I select it, it adds some tags (defining it as a certain type of note) and then change the keyboard action group at the bottom which would make it correct for the note type created (so if I added a tag called ‘checklist’ it would change the keyboard shortcuts at the bottom to show actions like ‘create checkbox’)

Yes. Take a look at this function (loadActionBarGroup ()) and add it to a script action step with the group you want to use as the parameter.

Oh man thank you. I thought I looked through the list a little while