Hi Team,
I have few scripts(Automation + GQI) in my solution for a Low code app already published and being used, so I want to add prefix in each scripts I have for better visibility, but worried about some nice way to do that, as I see when I change name on LCA it forgets and doesn't take the latest ones especially the one which is used on customized columns?
Hi Apurva,
Unfortunately, the name of an Automation script is also the ID of the script. If you change the name, all references to the script (e.g. in a LCA) will be lost. There is no special flow I know of that would rectify this automatically for you. You will have to manually adjust any location that would trigger this script. In theory, you could do a string replacement in the LCA JSON files on disk, but this is very error-prone and I would not recommend this.
If the visibility improvements you are aiming for would just be the visualization in the Automation module of Cube, you could use folders instead.