How to centralise common global variables which repeat in different Profile?

I have different Profiles and in the list of global variables, i have a short list which are the same in those profiles. Is there a means how can i split those common variables in one location instead of repeating them in different profiles?

@ziyaad.ellahee

Please try to place these variables into the Default profile. During the execution, if Katalon does not find a variable that is used in the test within the designated profile, it’ll look into Default Profile.

Hello @ThanhTo i have test one example and it seems to work.