Detect change of router Identity and set SSIDs to match

I am fairly new to Mikrotic and RouterOS, but have been learning quickly. I am trying to develop a locked down webfig skin that can be deployed on groove A 52ac units for people like me who live on boats or in RVs that rely on open and or public encrypted networks for their internet connectivity. All the tricky connectivity stuff is working as I want, but I’d like to make it easier for the end-user to set some basic settings, specifically change the vitrual SSID, without exposing the dangerous parts of the interface to untrained end-user.

The potentially easiest way I can see to do this would be a scheduled script to watch the /system/Identity setting so that if end users of my configured units set the name of the unit to whatever they choose, also change the SSID of the pre-configured virtual AP on wlan2 to match. Is this at all possible?

Is there another better way to do this?

Thanks

I figured it out, it was quite possible, question of is there a better way still stands, but for now I’ve got a solution that does what I need.