I need to assign file path of string type to icollection<,string>
string1=“c:\documents\text.xlsx”
this path should be passed to icollection<,string> to send files in webex scope
Please anyone help?
You can use Add to Collection/Append items to Collection activity to add items in your desired icollection variable.
You need to create a list or collection variable, the append the items throught the append items to collection
Regards!
filePathString is of string type
filePaths is of collections type
use the filePaths
variable within the WebEx scope
Hope it helps!!
In add to collection activity what is item in properties?
used file paths variable in collection field. But in item field what should be given item was not supplied error showing
that excel file path need to be added so I given file path but throwing error in webex scope