Add string in array

how to Add string in array in Systems.Collections.generic.IEnumerable’1[System.String]

1 Like

Hi @Sakshi_Jain

You can use Add To Collection Activity

RemoteException wrapping System.NotSupportedException: Collection was of a fixed size.

You want to Add a string in Array of String?

Add string in Systems.Collections.generic.IEnumerable’1[System.String]

this is output of matches activity , converted to array
so its datatype is Systems.Collections.generic.IEnumerable’1[System.String]

i need to add one string at the end of this array

@Sakshi_Jain ,

Check this post How to add strings to a ienumerable<System.String>