Open Browser: Object reference not set to an instance of an object-config

hi,

when i Using web browser unable to retrive URL from config file InitAllApplications.xaml (7.0 KB)
ig file but i resceoved error"

Hi @Madhan1

Can you check the arguments with name

In_config(“URL”) .Tostring

Is present or not

Hi,

What error do you have? In my environment, the xaml file can be opened without error.

Regards,

You can’t just run InitAllApplications.xaml directly. Config is passed to it from Main.xaml.

it present biut i received error" Open Browser: Object reference not set to an instance of an object"

@Madhan1

Then error might be because you did not select any browser in the properties…can you please check the same

Also is this error when you run the process? If so …I believe you are not running from main but running the initallapplications.xaml separately…then config values will not be passed…please run from main so that the config variable is passed with values into the workflow

Cheers

@Madhan1

Your are running from the InitallApplictions

dont run it from InitAllApplications ,Run from Main then error was resolved

Hope this helps

when i run from main xml below error throw

@Madhan1

can you place a break point at the get transaction state and run the flow

or

can you check or share the screenshot which you have used in the get transaction state

it is showing that there was an issue in the get transaction state

Hope this hel;ps