Using dictionaries without Microsoft.Activities.Extensions package

@k.entwistle

As a work around you can use dictionary directly

Dict("key")= value

New dictionary(of string,string) can be used for initializing

Please check this for work around

Cheers

1 Like