How to initialize Array of dictionary?

Thanks for the quick response, however still not having any luck with this, the syntax seems correct but I still see an error on the Assign activity. Not sure if my variable is wrong or something?

I’ve entered here: New Dictionary(Of string,string)()

Btw the reason I need multiple dictionaries is because I am parsing an API response which may include 1 or many payloads, so I need to put each payload into its own dictionary of key/value pairs.