I am trying to upload a file to Azure Blob. During this process, when I use the activity ‘Get Storage Account Key,’ I encounter a requirement where the input for the Storage Account needs to be a storage account variable.
I am currently confused about how to convert a string to a storage account variable.
Thanks for the reply.
What I’m referring to is the Storage Account within the ‘Get Storage Account Key’ activity. When I created a variable and assign the value for it, an error occurs - 'Compiler error encountered processing expressions: Value of type ‘String’ cannot be converted to ‘UiPath.Azure.Models.StorageAccount.’
I am confused about how to properly convert it to the storage account.