Workflow Soluiton

 View Only
  • 1.  Workflow 7.1 how to insert a String Array into a Grid

    Posted Jan 16, 2012 05:35 PM

    Dear All,

    I have a String Array (System.String[]) called "ListofIPAddresses" with a load of Text entries in it and I am trying to put this into a grid, but the nearest data type that the Grid will allow me to insert into it is a System.StringCollection.

    However, when I then go to find my System.String[] variable, it does not allow me to select the ListofIPAddresses variable.

    What am I doing wrong?

    Kindest regards,

    QuietLeni



  • 2.  RE: Workflow 7.1 how to insert a String Array into a Grid

    Posted Jan 17, 2012 03:59 AM

    Grid component has been designed to service only arrays of complex types of data.
    Its Data Type field has set special attribute limiting choice list of available data types only to complex types.

    To display array of strings you should use any of available list components.



  • 3.  RE: Workflow 7.1 how to insert a String Array into a Grid
    Best Answer

    Posted Jan 26, 2012 04:04 PM

    You can use the Integration Libray to create a User Defined Type for the data you need. Then it will be available in a grid component. This is what I do for custom string data. You create the Data type and add any Properties (if needed). Hope this helps.