I have a persistent error pertaining to the module "Flows ausführen" (I know that you speak German so I do not even try to translate it)

Background:
I am using Automagic (the most sensational android program on the earth by the way) in conjunction with "join" to create a status report package that every android device can read or send. It is being broadcasted internally within my group of devices either 1) on full hours or 2) if some status change e.g. moved to another location, battery low etc. etc.
I use global variables in a map to store the positions and stati of all auxiliaries.
Bug:
When I return home, I expect my automagic to execute my position flow for home. I ask the "Flows ausführen" to dig into my map and execute the Flow for my current position "Standort". It looks like this in the "Flow Pattern Liste":
{getMapValue(global_Eigenstatus, "Standort")}
Here comes the strange phenomenon. If I now create a totally new arbitrary flow (comes predefined as "Flow 1") and rename it to any name e.g. dummyflow... ...immediately ALL "Flow ausführen" change their getMapValues to: {getMapValue(global_Eigenstatus, Standort)} without quotes!!!!! This is 100% repetitive and of course always end in an error...
I know pretty well where my quotes should go, but it is slightly annoying and I'm sure that you want your software as clean as possible. Kindly have a look how they are connected and sort it out!
All the best and many thanks for an amazing toolbox for android geeks!
/B-O