In the config file we put an asset with the same name as it was created in the Orchestrator. That’s great but when the InitSettings file works, it tries to use the ‘Get Asset’ activity and it obviously fails when it tries to extract the credentials due to the type mismatch.
Here you can’t use the ‘Get Credentials’ activity too as you can’t extract it to the config variable in order to pass it to the next file.
What’s the proper way of doing it?
Could you please answer me there if you know the answer? Like I would’ve done a different way but I don’t want to make it totally different and I want to follow the steps in order to understand whether their concept is really comfortable
@phyogananda, my problem is a bit different though Their explanation of where to invoke certain files confused me. Because logically I need to extract data after the InitApplications file because this is the first occurrence of opening the website. But they say I need to put it after the KillApplication thing which is logically wrong because the browser hasn’t been opened yet.