Add to Collection - Not Initialized
Working on a workflow that will find the neartest hydrants from a map point input.
While attempting to use the "Add to Collection" <Graphic> to assemble my hydrants, my collection variable is of type ICollection<Graphic>. But I'm receiving this error about the collection not being initialized?
/customer/servlet/servlet.FileDownload?file=00P6000000em1HbEAI
How does one initilize a collection? Or what else is causing this error?
Any help would be appreciated.
Walter
0
-
Use a Create Collection activity before the Add to Collection activity, or set the default value of your collection variable to New List (of Graphic)
0 -
Thanks Nico,
That did the trick. Appreciate your response.
Walter
0 -
You are welcome.
0
Please sign in to leave a comment.
Comments
3 comments