I want to pass path variable in attachment because that path have multiple images so how i do it
We recommend highly to use Variablenames which will be different to any keywords, Classnames …
is working
And also is working:
just do one thing: take a small break and come back. reread all answers as the working modelling is shared. we are sure you can finalize it in very little time
we answered directly in the first Answer: AttachmentCollections
we had shared the full approach:
so ensure that everything is configured as shown and ensure that the variable datatype is a String Array
looks good and is also not complained by the compiler.
We dont know which other settings are to clean up as done during your research. E.g. open Attachments / Attach Files and clean up if it is needed
Ok try this.
- Check variable datatype is
IEnumerable<String>
if not, update it. - In Assign activity add
.AsEnumerable
at end. - Pass the variable as it is to AttachmentsCollection property.
Thanks,
Ashok
Did you got the solution??
No, i have try your solution but not work?
Can you show the error what you are getting after working with my solution.