I have a question about using global parameters / data-binding / variables.
I read the Ranorex help articles a couple of time now, but I am still not sure how to achieve my mission...
We have a solution that must open very often a specific catalogue, after that open a specific model and again after that a specific article.
(Please see screenshot "Recordings-Row") .
The current situation right now is, that I have hundreds of recording modules named like "Open_catalogue_customer_A.xrec", "Open_catalogue_customer_B.xrec", "Open_model_Customer_A_model_A.xrec" etc. and the ranorex solution seems to be a bit slow to all this recordings in it.
Within the recording the name of the catalogue is set without any variable.
So I wondered whether I can use variables / global parameters to only have one recording for opening a catalogue and pass the catalogue name to one variable in the recording when needed. I could set up a list of all needed catalogues before.
I must admit that I am confused by the global parameters / variables in repository / variables in the recording itself...
So, can someone give me an explanation how to achieve just using 3 recordings (Open_catalogue / Open_model / Open_article) instead of hundreds of recordings? It would be nice step by step so I can understand what is happening then.

Thank you very much!