Assign a value dynamically to config variable

How to assign a value dynamically to config variable

Thanks in advance

1 Like

Make sure you have initialised the dictionary variable type that is used for in_config variable

Something like this in assign activity

Config = New Dictionary(Of String, String)

Then give a try

Cheers @ManjunathReddy

Show us what you have on the left side of the Assign. Also, mouse over the red ! icon and show us that message.

in_Config(“TimeoutShort”)

@ManjunathReddy

As per error in_config is null or is not initialized also…

Please either initialize it or make sure you send a in_config data properly

New Dictionary(Of string,String) can be used for initialization

Looks like you are running this xaml alone…then in_config will be null…for testing use the above initialize statement and then run

If running from main…make sure in_config is linked

Hope this helps

Cheers

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