stepalibre
Alibre Super User
The approaches we described will solve this.The AD_GLP approach is a bit sluggish
Using a script with a txt or csv file with your data inside is practically the same is using the AD_GLP file. The benefit is that it's faster. You will need to make a script or include code that updates each file.only one place where values are updated
Using GetParameter() you can update the part and assembly parameters directly.
You can do both I start new projects using global parameters. I then use code with spreadsheets, text or json files to handle the data depending on what is needed. I continue to use the AD_GLP file throughout the process and update it as needed. You can link AD_GLP files together with other data sources and have it all be up to date.