Size: a a a

2021 May 06

V

Vrinda in Uipath RPA
im assuming the DL is a list variable containing all emails

just use a for each activity to use the emails from the list and a send email activity within
источник

S

Surbhi in Uipath RPA
I try but I cant create list variable
источник

S

Surbhi in Uipath RPA
Can u tell me how to create type of variable is list
источник

S

Surbhi in Uipath RPA
System.collections.generic.list I choose
источник

V

Vrinda in Uipath RPA
where ae you getting the emails from?

the type should be system.collections.IEnumerable
источник

S

Surbhi in Uipath RPA
Actully it stores different different variable
источник

S

Surbhi in Uipath RPA
Can I call many variables in To ?
источник

V

Vrinda in Uipath RPA
can you explain your question again
источник

S

Surbhi in Uipath RPA
Han yes
источник

S

Surbhi in Uipath RPA
My uipath query is..actully I have one mail I'd which store in a variable and othermailsid..which I want to add also..In To section but I can't add other mailid in variable in which already one mail exist
источник

S

Surbhi in Uipath RPA
How can I add mail I'd
источник

SC

Satish Chaladi in Uipath RPA
One option, store them in excel..
use read range activity, store in datatable.
Use for each row n put ur SMTP or send mail activity inside for each row activity.
источник

M

Mengaoo!!! in Uipath RPA
solved obg
источник

M

Mengaoo!!! in Uipath RPA
How do I open a project through VBA??
I'm using the code below and just open the .exe

//—————————————//——————————-
Private Sub Cbt_XXX_UiPath_Click()
Dim x As Variant
Dim Caminho As String
Dim arquivo As String

Path = "C:\Users\XXX\AppData\Local\UiPath\UiPath.Studio.exe "
File = Path & " C:\Users\XXX\OneDrive\Documentos\UiPath\XXX.xmal"

x = Shell(Path + " " + File, vbNormalFocus)
End Sub
источник

クリシェナ (Krishna)... in Uipath RPA
Invoke  VBA
источник

M

Mengaoo!!! in Uipath RPA
I do not want to call the UiPath code (vba), but from Excel call the project in the UiPath folder
источник

M

Mengaoo!!! in Uipath RPA
источник

クリシェナ (Krishna)... in Uipath RPA
see ifyou can execute a .BAT file from VBA.. BAt file must be coded to call uipath
источник

DM

David Mercado in Uipath RPA
Invike vbscript
источник

DM

David Mercado in Uipath RPA
*invoke
источник