hi,
Can anyone explain me how to connect to azure platform to access table storage.I have installed Uipath.azure.activites in my uipath.
I need help!
Regards
Soundarya
hi,
Can anyone explain me how to connect to azure platform to access table storage.I have installed Uipath.azure.activites in my uipath.
I need help!
Regards
Soundarya
The below activity should help you get the tables.
To use this,
Launch UiPath Studio
Install the Azure Activities Package
Navigate to Activities Panel
Search for Get Table or Azure (to list all the Azure Activities)
Drag and drop it to build and run the code
You may be need to also include the above activity inside Azure Scope for authentication.
Hope this helps
Thanks
#nK
@Nithinkrishna I am facing an error near storage account name while accessing table
May i know how to convert string to storage account variable type, I tried multiple ways but unable to resolve error
need urgent help!
Thanks,
Soundarya
Type new Storage account()
Also just check the UiPath intellisense to see is there args you need to pass please.
Thanks
#nK
Sorry where to use ?
Thanks
#nK
I want to use azure storage table and get table using UiPath. So as inputs i have taken get storage account for this activity I need storage account name where i have taken variable and given input but It is reflecting an error cannot be converted from string to storage accounts.
So now how can I give name inside the get storage account activity?
Thanks
Soundarya