Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a possibility or an automation with which a QVS file can be executed without it having been imported into an app before?
Best regards
Christian
I can't think of any way to do this directly, but some sort of temp app scenario might work. What is your use case for this?
-Rob
Hi Rob,
thanks for your reply.
The main reason for this requirement is the following:
There is a test environment and a production environment and I want/need to prevent something from ending up in the production environment that has not been tested in the test environment.
My idea is, if there is no app in the production environment, nobody can change/customize the script direct in the production environment.
I can create an app, load the script from GitLab, run the app and then delete it again but with conditions and tests a lot of blocks and I was looking for a shorter way.
What would be your idea?
Best regards
Christian
Did you try using Binary load , I mean first app will be with the script that you want to control and the other one will be the main app that binary loads it.
Other way may be, We can use Create New ==> "Scripts" and use this in a separate Create New ==> "Analytics App" which you don't want control on ?
Thanks