Getting URL from Settings

Hello everyone!

so I saved a URL to the config file and now i want to use it within the Activity “Open Browser”.

I tried to just type in the given name but that did not work.
I searched for the problem and tried the following, which was suggested in another topic:
Config(“LogInKimai”).ToString
but that also didn’t work. I tried it without .ToString as well.

Anyone having a clue how to propperly to this?

Info:
The URL sits in the Setting sheet of the config.xlsx and is named “LogInKimai”

Mahrie :bear:

@mahrie

Can you print the below value using Message Box activity and check what it is printing.

      Config(“LogInKimai”).ToString

Hi

Check this thread for ideas to solve this

And May i know what error you are getting when using

Cheers @mahrie

It won’t let me. It complains about “Config” beeing inaccessible.
image

Check the config is declared, check the arguments are passing correctly

Check the variable scope is correct like is it for full sequence

@mahrie

Thanks, i forgot to create the variable for the config dictionary!

Mahrie :bear:

1 Like

No worries @mahrie

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.